Html Css Color HEX #08576B Blue Lagoon

📋 copy color: '#08576B'

red 8 ◦ green 87 ◦ blue 107

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

Shades of Blue Lagoon #08576B

Tints of Blue Lagoon #08576B

RGB

 RED value IS 8 (3.52% from 255) = 3.96%

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

 BLUE value IS 107 (42.19% from 255) = 52.97%

R = 3.96%
G = 43.07%
B = 52.97%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08576B (or 0x08576B) is known color: Blue Lagoon. HEX triplet: 08, 57 and 6B. RGB value is (8,87,107). Sum of RGB (Red+Green+Blue) = 8+87+107=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #08576B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08576B is #F7A894. Grayscale: #414141. Windows color (decimal): -16230549 or 7034632. OLE color: 7034632.

HSL color Cylindrical-coordinate representation of color #08576B: hue angle of 192.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08576B is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 87 107 -
CMYK 0.93 0.19 0 0.58
HSL 192.12º 0.86% 0.23% -
HSV(B) 192.12º 0.93% 0.42% -
XYZ 6.16 7.93 15.12 -
YUV 65.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 8 87 107 0.93 0.19 0 0.58 192.12 0.86 0.23
Hex 8 57 6B 5D 13 0 3A C0 56 17
Octal 10 127 153 135 23 0 72 300 126 27
Binary 1000 1010111 1101011 1011101 10011 0 111010 11000000 1010110 10111

Color Harmonies of #08576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08576B

Black with #08576B

Text Example


Text Example

White with #08576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08576B; }

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

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

background-color css

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

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

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

border-color css

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

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

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