#085662

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

Shades of Blue Lagoon #085662

Tints of Blue Lagoon #085662

Color information

#085662 (or 0x085662) is unknown color: approx Blue Lagoon. HEX triplet: 08, 56 and 62. RGB value is (8,86,98). Sum of RGB (Red+Green+Blue) = 8+86+98=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #085662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085662 is #F7A99D. Grayscale: #3F3F3F. Windows color (decimal): -16230814 or 6444552. OLE color: 6444552.

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

Color convert

RGB88698-
CMYK0.920.1200.62
HSL188º84.91%20.78%-
HSV(B)188º91.84%38.43%-
XYZ5.637.5912.72-
YUV64.05147.1688.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 86 (33.98% from 255) = 44.79%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=4.17%
G=44.79%
B=51.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal886980.920.1200.6218884.9120.78
Hex856625CC03Ebc5515
Octal101261421341407627412525
Binary10001010110110001010111001100011111010111100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085662; }

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

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

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

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

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

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

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

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