#086582

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

Shades of Blue Lagoon #086582

Tints of Blue Lagoon #086582

Color information

#086582 (or 0x086582) is unknown color: approx Blue Lagoon. HEX triplet: 08, 65 and 82. RGB value is (8,101,130). Sum of RGB (Red+Green+Blue) = 8+101+130=239 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.35% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #086582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086582 is #F79A7D. Grayscale: #4C4C4C. Windows color (decimal): -16226942 or 8545544. OLE color: 8545544.

HSL color Cylindrical-coordinate representation of color #086582: hue angle of 194.26º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086582 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8101130-
CMYK0.940.2200.49
HSL194.26º88.41%27.06%-
HSV(B)194.26º93.85%50.98%-
XYZ8.7810.9722.77-
YUV76.5158.1979.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.35%
GREEN value IS 101 (39.84% from 255) = 42.26%
BLUE value IS 130 (51.17% from 255) = 54.39%
R=3.35%
G=42.26%
B=54.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81011300.940.2200.49194.2688.4127.06
Hex865825E16031c2581b
Octal101452021362606130213033
Binary1000110010110000010101111010110011000111000010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086582; }

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

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

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

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

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

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

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

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