#085776

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

Shades of Blue Lagoon #085776

Tints of Blue Lagoon #085776

Color information

#085776 (or 0x085776) is unknown color: approx Blue Lagoon. HEX triplet: 08, 57 and 76. RGB value is (8,87,118). Sum of RGB (Red+Green+Blue) = 8+87+118=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #085776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085776 is #F7A889. Grayscale: #424242. Windows color (decimal): -16230538 or 7755528. OLE color: 7755528.

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

Color convert

RGB887118-
CMYK0.930.2600.54
HSL196.91º87.3%24.71%-
HSV(B)196.91º93.22%46.27%-
XYZ6.788.1818.36-
YUV66.91156.8385.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 118 (46.48% from 255) = 55.40%
R=3.76%
G=40.85%
B=55.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8871180.930.2600.54196.9187.324.71
Hex857765D1A036c55719
Octal101271661353206630512731
Binary100010101111110110101110111010011011011000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085776; }

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

 H1.HeaderClassName
 {
   color: #085776;
 }
 .AnyTagClassName
 {
   color: #085776;
 }
</style>
background-color css

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

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

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

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

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

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