Html Css Color HEX #597DB7 Havelock Blue

📋 copy color: '#597DB7'

red 89 ◦ green 125 ◦ blue 183

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

Shades of Havelock Blue #597DB7

Tints of Havelock Blue #597DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 22.42%
G = 31.49%
B = 46.1%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#597DB7 (or 0x597DB7) is known color: Havelock Blue. HEX triplet: 59, 7D and B7. RGB value is (89,125,183). Sum of RGB (Red+Green+Blue) = 89+125+183=397 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.42% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #597DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DB7 is #A68248. Grayscale: #787878. Windows color (decimal): -10912329 or 12025177. OLE color: 12025177.

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

Color convert

RGB 89 125 183 -
CMYK 0.51 0.32 0 0.28
HSL 217.02º 0.39% 0.53% -
HSV(B) 217.02º 0.51% 0.72% -
XYZ 20 20.21 47.65 -
YUV 120.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 89 125 183 0.51 0.32 0 0.28 217.02 0.39 0.53
Hex 59 7D B7 33 20 0 1C D9 27 35
Octal 131 175 267 63 40 0 34 331 47 65
Binary 1011001 1111101 10110111 110011 100000 0 11100 11011001 100111 110101

Color Harmonies of #597DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DB7

Black with #597DB7

Text Example


Text Example

White with #597DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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