#08566E

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

Shades of Blue Lagoon #08566E

Tints of Blue Lagoon #08566E

Color information

#08566E (or 0x08566E) is unknown color: approx Blue Lagoon. HEX triplet: 08, 56 and 6E. RGB value is (8,86,110). Sum of RGB (Red+Green+Blue) = 8+86+110=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #08566E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08566E is #F7A991. Grayscale: #414141. Windows color (decimal): -16230802 or 7230984. OLE color: 7230984.

HSL color Cylindrical-coordinate representation of color #08566E: hue angle of 194.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08566E is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB886110-
CMYK0.930.2200.57
HSL194.12º86.44%23.14%-
HSV(B)194.12º92.73%43.14%-
XYZ6.247.8315.93-
YUV65.41153.1687.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 86 (33.98% from 255) = 42.16%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=3.92%
G=42.16%
B=53.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8861100.930.2200.57194.1286.4423.14
Hex8566E5D16039c25617
Octal101261561352607130212627
Binary100010101101101110101110110110011100111000010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08566E; }

 p { color: rgb(8,86,110); }

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

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

 a { background-color: rgb(8,86,110); }

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

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

 span { border-color: rgb(8,86,110); }

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