#085964

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

Shades of Blue Lagoon #085964

Tints of Blue Lagoon #085964

Color information

#085964 (or 0x085964) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 64. RGB value is (8,89,100). Sum of RGB (Red+Green+Blue) = 8+89+100=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 89 (35.16% from 255 or 45.18% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #085964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085964 is #F7A69B. Grayscale: #414141. Windows color (decimal): -16230044 or 6576392. OLE color: 6576392.

HSL color Cylindrical-coordinate representation of color #085964: hue angle of 187.17º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085964 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB889100-
CMYK0.920.1100.61
HSL187.17º85.19%21.18%-
HSV(B)187.17º92%39.22%-
XYZ5.978.1213.31-
YUV66.04147.1686.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 89 (35.16% from 255) = 45.18%
BLUE value IS 100 (39.45% from 255) = 50.76%
R=4.06%
G=45.18%
B=50.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8891000.920.1100.61187.1785.1921.18
Hex859645CB03Dbb5515
Octal101311441341307527312525
Binary10001011001110010010111001011011110110111011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085964; }

 p { color: rgb(8,89,100); }

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

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

 a { background-color: rgb(8,89,100); }

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

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

 span { border-color: rgb(8,89,100); }

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