Html Css Color HEX #08556E Blue Lagoon

📋 copy color: '#08556E'

red 8 ◦ green 85 ◦ blue 110

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

Shades of Blue Lagoon #08556E

Tints of Blue Lagoon #08556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 110 (43.36% from 255) = 54.19%

R = 3.94%
G = 41.87%
B = 54.19%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#08556E (or 0x08556E) is known color: Blue Lagoon. HEX triplet: 08, 55 and 6E. RGB value is (8,85,110). Sum of RGB (Red+Green+Blue) = 8+85+110=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #08556E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08556E is #F7AA91. Grayscale: #404040. Windows color (decimal): -16231058 or 7230728. OLE color: 7230728.

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

Color convert

RGB 8 85 110 -
CMYK 0.93 0.23 0 0.57
HSL 194.71º 0.86% 0.23% -
HSV(B) 194.71º 0.93% 0.43% -
XYZ 6.16 7.67 15.91 -
YUV 64.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 8 85 110 0.93 0.23 0 0.57 194.71 0.86 0.23
Hex 8 55 6E 5D 17 0 39 C3 56 17
Octal 10 125 156 135 27 0 71 303 126 27
Binary 1000 1010101 1101110 1011101 10111 0 111001 11000011 1010110 10111

Color Harmonies of #08556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08556E

Black with #08556E

Text Example


Text Example

White with #08556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08556E;
 }
 .AnyTagClassName
 {
   color: #08556E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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