Html Css Color HEX #085571 Blue Lagoon

📋 copy color: '#085571'

red 8 ◦ green 85 ◦ blue 113

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

Shades of Blue Lagoon #085571

Tints of Blue Lagoon #085571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 54.85%

R = 3.88%
G = 41.26%
B = 54.85%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#085571 (or 0x085571) is known color: Blue Lagoon. HEX triplet: 08, 55 and 71. RGB value is (8,85,113). Sum of RGB (Red+Green+Blue) = 8+85+113=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #085571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085571 is #F7AA8E. Grayscale: #404040. Windows color (decimal): -16231055 or 7427336. OLE color: 7427336.

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

Color convert

RGB 8 85 113 -
CMYK 0.93 0.25 0 0.56
HSL 196º 0.87% 0.24% -
HSV(B) 196º 0.93% 0.44% -
XYZ 6.33 7.74 16.78 -
YUV 65.17 154.99 87.22 -
System Red Green Blue C M Y K H S L
Decimal 8 85 113 0.93 0.25 0 0.56 196 0.87 0.24
Hex 8 55 71 5D 19 0 38 C4 57 18
Octal 10 125 161 135 31 0 70 304 127 30
Binary 1000 1010101 1110001 1011101 11001 0 111000 11000100 1010111 11000

Color Harmonies of #085571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085571

Black with #085571

Text Example


Text Example

White with #085571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085571; }

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

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

background-color css

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

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

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

border-color css

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

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

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