#086571

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

Shades of Blue Lagoon #086571

Tints of Blue Lagoon #086571

Color information

#086571 (or 0x086571) is unknown color: approx Blue Lagoon. HEX triplet: 08, 65 and 71. RGB value is (8,101,113). Sum of RGB (Red+Green+Blue) = 8+101+113=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #086571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086571 is #F79A8E. Grayscale: #4A4A4A. Windows color (decimal): -16226959 or 7431432. OLE color: 7431432.

HSL color Cylindrical-coordinate representation of color #086571: hue angle of 186.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086571 is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8101113-
CMYK0.930.1100.56
HSL186.86º86.78%23.73%-
HSV(B)186.86º92.92%44.31%-
XYZ7.7310.5517.25-
YUV74.56149.6980.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=3.60%
G=45.50%
B=50.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81011130.930.1100.56186.8686.7823.73
Hex865715DB038bb5718
Octal101451611351307027312730
Binary10001100101111000110111011011011100010111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086571; }

 p { color: rgb(8,101,113); }

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

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

 a { background-color: rgb(8,101,113); }

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

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

 span { border-color: rgb(8,101,113); }

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