Html Css Color HEX #597DCD Havelock Blue

📋 copy color: '#597DCD'

red 89 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #597DCD

Tints of Havelock Blue #597DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 21.24%
G = 29.83%
B = 48.93%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#597DCD (or 0x597DCD) is known color: Havelock Blue. HEX triplet: 59, 7D and CD. RGB value is (89,125,205). Sum of RGB (Red+Green+Blue) = 89+125+205=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #597DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DCD is #A68232. Grayscale: #7B7B7B. Windows color (decimal): -10912307 or 13466969. OLE color: 13466969.

HSL color Cylindrical-coordinate representation of color #597DCD: hue angle of 221.38º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597DCD is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 125 205 -
CMYK 0.57 0.39 0 0.20
HSL 221.38º 0.54% 0.58% -
HSV(B) 221.38º 0.57% 0.8% -
XYZ 22.47 21.2 60.66 -
YUV 123.36 174.07 103.5 -
System Red Green Blue C M Y K H S L
Decimal 89 125 205 0.57 0.39 0 0.20 221.38 0.54 0.58
Hex 59 7D CD 39 27 0 14 DD 36 3A
Octal 131 175 315 71 47 0 24 335 66 72
Binary 1011001 1111101 11001101 111001 100111 0 10100 11011101 110110 111010

Color Harmonies of #597DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DCD

Black with #597DCD

Text Example


Text Example

White with #597DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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