#086577

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

Shades of Blue Lagoon #086577

Tints of Blue Lagoon #086577

Color information

#086577 (or 0x086577) is unknown color: approx Blue Lagoon. HEX triplet: 08, 65 and 77. RGB value is (8,101,119). Sum of RGB (Red+Green+Blue) = 8+101+119=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #086577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086577 is #F79A88. Grayscale: #4B4B4B. Windows color (decimal): -16226953 or 7824648. OLE color: 7824648.

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

Color convert

RGB8101119-
CMYK0.930.1500.53
HSL189.73º87.4%24.9%-
HSV(B)189.73º93.28%46.67%-
XYZ8.0810.6919.09-
YUV75.24152.6980.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.51%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 119 (46.88% from 255) = 52.19%
R=3.51%
G=44.30%
B=52.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81011190.930.1500.53189.7387.424.9
Hex865775DF035be5719
Octal101451671351706527612731
Binary10001100101111011110111011111011010110111110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086577; }

 p { color: rgb(8,101,119); }

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

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

 a { background-color: rgb(8,101,119); }

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

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

 span { border-color: rgb(8,101,119); }

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