#085A6B

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

Shades of Blue Lagoon #085A6B

Tints of Blue Lagoon #085A6B

Color information

#085A6B (or 0x085A6B) is unknown color: approx Blue Lagoon. HEX triplet: 08, 5A and 6B. RGB value is (8,90,107). Sum of RGB (Red+Green+Blue) = 8+90+107=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #085A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085A6B is #F7A594. Grayscale: #434343. Windows color (decimal): -16229781 or 7035400. OLE color: 7035400.

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

Color convert

RGB890107-
CMYK0.930.1600.58
HSL190.3º86.09%22.55%-
HSV(B)190.3º92.52%41.96%-
XYZ6.418.4315.2-
YUV67.42150.3385.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.90%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=3.90%
G=43.90%
B=52.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8901070.930.1600.58190.386.0922.55
Hex85A6B5D1003Abe5617
Octal101321531352007227612627
Binary100010110101101011101110110000011101010111110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,90,107); }

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

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

 a { background-color: rgb(8,90,107); }

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

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

 span { border-color: rgb(8,90,107); }

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