#086572

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

Shades of Blue Lagoon #086572

Tints of Blue Lagoon #086572

Color information

#086572 (or 0x086572) is unknown color: approx Blue Lagoon. HEX triplet: 08, 65 and 72. RGB value is (8,101,114). Sum of RGB (Red+Green+Blue) = 8+101+114=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #086572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086572 is #F79A8D. Grayscale: #4A4A4A. Windows color (decimal): -16226958 or 7496968. OLE color: 7496968.

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

Color convert

RGB8101114-
CMYK0.930.1100.55
HSL187.36º86.89%23.92%-
HSV(B)187.36º92.98%44.71%-
XYZ7.7910.5717.55-
YUV74.68150.1980.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.59%
GREEN value IS 101 (39.84% from 255) = 45.29%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=3.59%
G=45.29%
B=51.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81011140.930.1100.55187.3686.8923.92
Hex865725DB037bb5718
Octal101451621351306727312730
Binary10001100101111001010111011011011011110111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086572; }

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

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

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

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

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

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

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

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