Html Css Color HEX #005776 Blue Lagoon

📋 copy color: '#005776'

red 0 ◦ green 87 ◦ blue 118

#005776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005776

Tints of Blue Lagoon #005776

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 0%
G = 42.44%
B = 57.56%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#005776 (or 0x005776) is known color: Blue Lagoon. HEX triplet: 00, 57 and 76. RGB value is (0,87,118). Sum of RGB (Red+Green+Blue) = 0+87+118=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #005776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005776 is #FFA889. Grayscale: #404040. Windows color (decimal): -16754826 or 7755520. OLE color: 7755520.

HSL color Cylindrical-coordinate representation of color #005776: hue angle of 195.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005776 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 87 118 -
CMYK 1 0.26 0 0.54
HSL 195.76º 1% 0.23% -
HSV(B) 195.76º 1% 0.46% -
XYZ 6.68 8.12 18.36 -
YUV 64.52 158.18 81.98 -
System Red Green Blue C M Y K H S L
Decimal 0 87 118 1 0.26 0 0.54 195.76 1 0.23
Hex 0 57 76 64 1A 0 36 C4 64 17
Octal 0 127 166 144 32 0 66 304 144 27
Binary 0 1010111 1110110 1100100 11010 0 110110 11000100 1100100 10111

Color Harmonies of #005776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005776

Black with #005776

Text Example


Text Example

White with #005776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005776; }

 p { color: rgb(0,87,118); }

 H1.HeaderClassName
 {
   color: #005776;
 }
 .AnyTagClassName
 {
   color: #005776;
 }
</style>

background-color css

<style>
 a { background-color: #005776; }

 a { background-color: rgb(0,87,118); }

 div.DivClassName
 {
   background-color: #005776;
 }
 .BgClassName
 {
   background-color: #005776;
 }
</style>

border-color css

<style>
 span { border-color: #005776; }

 span { border-color: rgb(0,87,118); }

 td.TdClassName
 {
   border-color: #005776;
 }
 .TagClassName
 {
   border-color: #005776;
 }
</style>