#005776

Color #005776 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #005776

Tints of Blue Lagoon #005776

Color information

#005776 (or 0x005776) is unknown color: approx 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

RGB087118-
CMYK10.2600.54
HSL195.76º100%23.14%-
HSV(B)195.76º100%46.27%-
XYZ6.688.1218.36-
YUV64.52158.1881.98-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal08711810.2600.54195.7610023.14
Hex05776641A036c46417
Octal01271661443206630414427
Binary010101111110110110010011010011011011000100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>