Html Css Color HEX #597DBF Havelock Blue

📋 copy color: '#597DBF'

red 89 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #597DBF

Tints of Havelock Blue #597DBF

RGB

 RED value IS 89 (35.16% from 255) = 21.98%

 GREEN value IS 125 (49.22% from 255) = 30.86%

 BLUE value IS 191 (75% from 255) = 47.16%

R = 21.98%
G = 30.86%
B = 47.16%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#597DBF (or 0x597DBF) is known color: Havelock Blue. HEX triplet: 59, 7D and BF. RGB value is (89,125,191). Sum of RGB (Red+Green+Blue) = 89+125+191=405 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.98% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #597DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DBF is #A68240. Grayscale: #797979. Windows color (decimal): -10912321 or 12549465. OLE color: 12549465.

HSL color Cylindrical-coordinate representation of color #597DBF: hue angle of 218.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #597DBF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 125 191 -
CMYK 0.53 0.35 0 0.25
HSL 218.82º 0.44% 0.55% -
HSV(B) 218.82º 0.53% 0.75% -
XYZ 20.86 20.55 52.16 -
YUV 121.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 89 125 191 0.53 0.35 0 0.25 218.82 0.44 0.55
Hex 59 7D BF 35 23 0 19 DB 2C 37
Octal 131 175 277 65 43 0 31 333 54 67
Binary 1011001 1111101 10111111 110101 100011 0 11001 11011011 101100 110111

Color Harmonies of #597DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DBF

Black with #597DBF

Text Example


Text Example

White with #597DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597DBF; }

 p { color: rgb(89,125,191); }

 H1.HeaderClassName
 {
   color: #597DBF;
 }
 .AnyTagClassName
 {
   color: #597DBF;
 }
</style>

background-color css

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

 a { background-color: rgb(89,125,191); }

 div.DivClassName
 {
   background-color: #597DBF;
 }
 .BgClassName
 {
   background-color: #597DBF;
 }
</style>

border-color css

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

 span { border-color: rgb(89,125,191); }

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