Html Css Color HEX #08586D Blue Lagoon

📋 copy color: '#08586D'

red 8 ◦ green 88 ◦ blue 109

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

Shades of Blue Lagoon #08586D

Tints of Blue Lagoon #08586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.93%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 3.9%
G = 42.93%
B = 53.17%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08586D (or 0x08586D) is known color: Blue Lagoon. HEX triplet: 08, 58 and 6D. RGB value is (8,88,109). Sum of RGB (Red+Green+Blue) = 8+88+109=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #08586D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08586D is #F7A792. Grayscale: #424242. Windows color (decimal): -16230291 or 7165960. OLE color: 7165960.

HSL color Cylindrical-coordinate representation of color #08586D: hue angle of 192.48º 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 #08586D is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 88 109 -
CMYK 0.93 0.19 0 0.57
HSL 192.48º 0.86% 0.23% -
HSV(B) 192.48º 0.93% 0.43% -
XYZ 6.35 8.14 15.7 -
YUV 66.47 152 86.29 -
System Red Green Blue C M Y K H S L
Decimal 8 88 109 0.93 0.19 0 0.57 192.48 0.86 0.23
Hex 8 58 6D 5D 13 0 39 C0 56 17
Octal 10 130 155 135 23 0 71 300 126 27
Binary 1000 1011000 1101101 1011101 10011 0 111001 11000000 1010110 10111

Color Harmonies of #08586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08586D

Black with #08586D

Text Example


Text Example

White with #08586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08586D; }

 p { color: rgb(8,88,109); }

 H1.HeaderClassName
 {
   color: #08586D;
 }
 .AnyTagClassName
 {
   color: #08586D;
 }
</style>

background-color css

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

 a { background-color: rgb(8,88,109); }

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

border-color css

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

 span { border-color: rgb(8,88,109); }

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