#005E87

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

Shades of Blue Lagoon #005E87

Tints of Blue Lagoon #005E87

Color information

#005E87 (or 0x005E87) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5E and 87. RGB value is (0,94,135). Sum of RGB (Red+Green+Blue) = 0+94+135=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #005E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E87 is #FFA178. Grayscale: #464646. Windows color (decimal): -16753017 or 8871424. OLE color: 8871424.

HSL color Cylindrical-coordinate representation of color #005E87: hue angle of 198.22º 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 #005E87 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB094135-
CMYK10.3000.47
HSL198.22º100%26.47%-
HSV(B)198.22º100%52.94%-
XYZ8.389.7524.36-
YUV70.57164.3677.67-

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.05%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=0%
G=41.05%
B=58.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal09413510.3000.47198.2210026.47
Hex05E87641E02Fc6641a
Octal01362071443605730614432
Binary0101111010000111110010011110010111111000110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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