Html Css Color HEX #597DB8 Havelock Blue

📋 copy color: '#597DB8'

red 89 ◦ green 125 ◦ blue 184

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

Shades of Havelock Blue #597DB8

Tints of Havelock Blue #597DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 22.36%
G = 31.41%
B = 46.23%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#597DB8 (or 0x597DB8) is known color: Havelock Blue. HEX triplet: 59, 7D and B8. RGB value is (89,125,184). Sum of RGB (Red+Green+Blue) = 89+125+184=398 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.36% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #597DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DB8 is #A68247. Grayscale: #787878. Windows color (decimal): -10912328 or 12090713. OLE color: 12090713.

HSL color Cylindrical-coordinate representation of color #597DB8: hue angle of 217.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #597DB8 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 125 184 -
CMYK 0.52 0.32 0 0.28
HSL 217.26º 0.4% 0.54% -
HSV(B) 217.26º 0.52% 0.72% -
XYZ 20.11 20.25 48.2 -
YUV 120.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 89 125 184 0.52 0.32 0 0.28 217.26 0.4 0.54
Hex 59 7D B8 34 20 0 1C D9 28 36
Octal 131 175 270 64 40 0 34 331 50 66
Binary 1011001 1111101 10111000 110100 100000 0 11100 11011001 101000 110110

Color Harmonies of #597DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DB8

Black with #597DB8

Text Example


Text Example

White with #597DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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