Html Css Color HEX #005E89 Blue Lagoon

📋 copy color: '#005E89'

red 0 ◦ green 94 ◦ blue 137

#005E89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #005E89

Tints of Blue Lagoon #005E89

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 value IS 1

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#005E89 (or 0x005E89) is known color: 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

RGB 0 94 137 -
CMYK 1 0.31 0 0.46
HSL 198.83º 1% 0.27% -
HSV(B) 198.83º 1% 0.54% -
XYZ 8.52 9.81 25.11 -
YUV 70.8 165.36 77.5 -
System Red Green Blue C M Y K H S L
Decimal 0 94 137 1 0.31 0 0.46 198.83 1 0.27
Hex 0 5E 89 64 1F 0 2E C7 64 1B
Octal 0 136 211 144 37 0 56 307 144 33
Binary 0 1011110 10001001 1100100 11111 0 101110 11000111 1100100 11011

Color Harmonies of #005E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E89

Black with #005E89

Text Example


Text Example

White with #005E89

Text Example


Text Example

HTML Codes & Css Web 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>