#085C71

Color #085C71 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #085C71

Tints of Blue Lagoon #085C71

Color information

#085C71 (or 0x085C71) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5C and 71. RGB value is (8,92,113). Sum of RGB (Red+Green+Blue) = 8+92+113=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #085C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C71 is #F7A38E. Grayscale: #454545. Windows color (decimal): -16229263 or 7429128. OLE color: 7429128.

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

Color convert

RGB892113-
CMYK0.930.1900.56
HSL192º86.78%23.73%-
HSV(B)192º92.92%44.31%-
XYZ6.918.916.98-
YUV69.28152.6784.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 113 (44.53% from 255) = 53.05%
R=3.76%
G=43.19%
B=53.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8921130.930.1900.5619286.7823.73
Hex85C715D13038c05718
Octal101341611352307030012730
Binary100010111001110001101110110011011100011000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085C71; }

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

 H1.HeaderClassName
 {
   color: #085C71;
 }
 .AnyTagClassName
 {
   color: #085C71;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #085C71;
 }
 .BgClassName
 {
   background-color: #085C71;
 }
</style>
border-color css

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

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

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