#085C70

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

Shades of Blue Lagoon #085C70

Tints of Blue Lagoon #085C70

Color information

#085C70 (or 0x085C70) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5C and 70. RGB value is (8,92,112). Sum of RGB (Red+Green+Blue) = 8+92+112=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #085C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085C70 is #F7A38F. Grayscale: #454545. Windows color (decimal): -16229264 or 7363592. OLE color: 7363592.

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

Color convert

RGB892112-
CMYK0.930.1800.56
HSL191.54º86.67%23.53%-
HSV(B)191.54º92.86%43.92%-
XYZ6.858.8816.68-
YUV69.16152.1784.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=3.77%
G=43.40%
B=52.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8921120.930.1800.56191.5486.6723.53
Hex85C705D12038c05718
Octal101341601352207030012730
Binary100010111001110000101110110010011100011000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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