#085667

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

Shades of Blue Lagoon #085667

Tints of Blue Lagoon #085667

Color information

#085667 (or 0x085667) is unknown color: approx Blue Lagoon. HEX triplet: 08, 56 and 67. RGB value is (8,86,103). Sum of RGB (Red+Green+Blue) = 8+86+103=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #085667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085667 is #F7A998. Grayscale: #404040. Windows color (decimal): -16230809 or 6772232. OLE color: 6772232.

HSL color Cylindrical-coordinate representation of color #085667: hue angle of 190.74º 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 #085667 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB886103-
CMYK0.920.1700.60
HSL190.74º85.59%21.76%-
HSV(B)190.74º92.23%40.39%-
XYZ5.887.6914.01-
YUV64.62149.6687.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=4.06%
G=43.65%
B=52.28%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8861030.920.1700.60190.7485.5921.76
Hex856675C1103Cbf5616
Octal101261471342107427712626
Binary100010101101100111101110010001011110010111111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085667; }

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

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

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

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

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

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

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

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