#085967

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

Shades of Blue Lagoon #085967

Tints of Blue Lagoon #085967

Color information

#085967 (or 0x085967) is unknown color: approx Blue Lagoon. HEX triplet: 08, 59 and 67. RGB value is (8,89,103). Sum of RGB (Red+Green+Blue) = 8+89+103=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 103 (40.62% from 255 or 51.5% from 200); Max value from RGB is 103 - color contains mainly: blue. Hex color #085967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085967 is #F7A698. Grayscale: #424242. Windows color (decimal): -16230041 or 6773000. OLE color: 6773000.

HSL color Cylindrical-coordinate representation of color #085967: hue angle of 188.84º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085967 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB889103-
CMYK0.920.1400.60
HSL188.84º85.59%21.76%-
HSV(B)188.84º92.23%40.39%-
XYZ6.128.1814.09-
YUV66.38148.6686.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4%
GREEN value IS 89 (35.16% from 255) = 44.5%
BLUE value IS 103 (40.62% from 255) = 51.5%
R=4%
G=44.5%
B=51.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8891030.920.1400.60188.8485.5921.76
Hex859675CE03Cbd5616
Octal101311471341607427512626
Binary10001011001110011110111001110011110010111101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085967; }

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

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

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

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

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

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

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

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