#005E89

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

Shades of Blue Lagoon #005E89

Tints of Blue Lagoon #005E89

Color information

#005E89 (or 0x005E89) is unknown color: approx Blue Lagoon. HEX triplet: 00, 5E and 89. RGB value is (0,94,137). Sum of RGB (Red+Green+Blue) = 0+94+137=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #005E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E89 is #FFA176. Grayscale: #464646. Windows color (decimal): -16753015 or 9002496. OLE color: 9002496.

HSL color Cylindrical-coordinate representation of color #005E89: hue angle of 198.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E89 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB094137-
CMYK10.3100.46
HSL198.83º100%26.86%-
HSV(B)198.83º100%53.73%-
XYZ8.529.8125.11-
YUV70.8165.3677.5-

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) = 40.69%
BLUE value IS 137 (53.91% from 255) = 59.31%
R=0%
G=40.69%
B=59.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal09413710.3100.46198.8310026.86
Hex05E89641F02Ec7641b
Octal01362111443705630714433
Binary0101111010001001110010011111010111011000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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