#085676

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

Shades of Blue Lagoon #085676

Tints of Blue Lagoon #085676

Color information

#085676 (or 0x085676) is unknown color: approx Blue Lagoon. HEX triplet: 08, 56 and 76. RGB value is (8,86,118). Sum of RGB (Red+Green+Blue) = 8+86+118=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #085676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085676 is #F7A989. Grayscale: #424242. Windows color (decimal): -16230794 or 7755272. OLE color: 7755272.

HSL color Cylindrical-coordinate representation of color #085676: hue angle of 197.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085676 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB886118-
CMYK0.930.2700.54
HSL197.45º87.3%24.71%-
HSV(B)197.45º93.22%46.27%-
XYZ6.78.0218.33-
YUV66.33157.1686.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=3.77%
G=40.57%
B=55.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8861180.930.2700.54197.4587.324.71
Hex856765D1B036c55719
Octal101261661353306630512731
Binary100010101101110110101110111011011011011000101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085676; }

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

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

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

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

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

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

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

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