Html Css Color HEX #085576 Blue Lagoon

📋 copy color: '#085576'

red 8 ◦ green 85 ◦ blue 118

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

Shades of Blue Lagoon #085576

Tints of Blue Lagoon #085576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 3.79%
G = 40.28%
B = 55.92%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#085576 (or 0x085576) is known color: Blue Lagoon. HEX triplet: 08, 55 and 76. RGB value is (8,85,118). Sum of RGB (Red+Green+Blue) = 8+85+118=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #085576 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085576 is #F7AA89. Grayscale: #414141. Windows color (decimal): -16231050 or 7755016. OLE color: 7755016.

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

Color convert

RGB 8 85 118 -
CMYK 0.93 0.28 0 0.54
HSL 198º 0.87% 0.25% -
HSV(B) 198º 0.93% 0.46% -
XYZ 6.62 7.86 18.31 -
YUV 65.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 8 85 118 0.93 0.28 0 0.54 198 0.87 0.25
Hex 8 55 76 5D 1C 0 36 C6 57 19
Octal 10 125 166 135 34 0 66 306 127 31
Binary 1000 1010101 1110110 1011101 11100 0 110110 11000110 1010111 11001

Color Harmonies of #085576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085576

Black with #085576

Text Example


Text Example

White with #085576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085576; }

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

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

background-color css

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

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

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

border-color css

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

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

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