#085D6E

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

Shades of Blue Lagoon #085D6E

Tints of Blue Lagoon #085D6E

Color information

#085D6E (or 0x085D6E) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5D and 6E. RGB value is (8,93,110). Sum of RGB (Red+Green+Blue) = 8+93+110=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #085D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085D6E is #F7A291. Grayscale: #454545. Windows color (decimal): -16229010 or 7232776. OLE color: 7232776.

HSL color Cylindrical-coordinate representation of color #085D6E: hue angle of 190º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085D6E is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB893110-
CMYK0.930.1500.57
HSL190º86.44%23.14%-
HSV(B)190º92.73%43.14%-
XYZ6.839.0116.13-
YUV69.52150.8484.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 93 (36.72% from 255) = 44.08%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=3.79%
G=44.08%
B=52.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8931100.930.1500.5719086.4423.14
Hex85D6E5DF039be5617
Octal101351561351707127612627
Binary10001011101110111010111011111011100110111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,93,110); }

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

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

 a { background-color: rgb(8,93,110); }

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

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

 span { border-color: rgb(8,93,110); }

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