#085870

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

Shades of Blue Lagoon #085870

Tints of Blue Lagoon #085870

Color information

#085870 (or 0x085870) is unknown color: approx Blue Lagoon. HEX triplet: 08, 58 and 70. RGB value is (8,88,112). Sum of RGB (Red+Green+Blue) = 8+88+112=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 88 (34.77% from 255 or 42.31% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #085870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085870 is #F7A78F. Grayscale: #424242. Windows color (decimal): -16230288 or 7362568. OLE color: 7362568.

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

Color convert

RGB888112-
CMYK0.930.2100.56
HSL193.85º86.67%23.53%-
HSV(B)193.85º92.86%43.92%-
XYZ6.518.216.57-
YUV66.82153.586.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 88 (34.77% from 255) = 42.31%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=3.85%
G=42.31%
B=53.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8881120.930.2100.56193.8586.6723.53
Hex858705D15038c25718
Octal101301601352507030212730
Binary100010110001110000101110110101011100011000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085870; }

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

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

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

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

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

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

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

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