#005E86

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

Shades of Blue Lagoon #005E86

Tints of Blue Lagoon #005E86

Color information

#005E86 (or 0x005E86) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5E and 86. RGB value is (0,94,134). Sum of RGB (Red+Green+Blue) = 0+94+134=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #005E86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E86 is #FFA179. Grayscale: #464646. Windows color (decimal): -16753018 or 8805888. OLE color: 8805888.

HSL color Cylindrical-coordinate representation of color #005E86: hue angle of 197.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E86 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB094134-
CMYK10.3000.47
HSL197.91º100%26.27%-
HSV(B)197.91º100%52.55%-
XYZ8.319.7323.99-
YUV70.45163.8677.75-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 94 (37.11% from 255) = 41.23%
BLUE value IS 134 (52.73% from 255) = 58.77%
R=0%
G=41.23%
B=58.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal09413410.3000.47197.9110026.27
Hex05E86641E02Fc6641a
Octal01362061443605730614432
Binary0101111010000110110010011110010111111000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005E86; }

 p { color: rgb(0,94,134); }

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

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

 a { background-color: rgb(0,94,134); }

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

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

 span { border-color: rgb(0,94,134); }

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