Html Css Color HEX #597ECD Havelock Blue

📋 copy color: '#597ECD'

red 89 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #597ECD

Tints of Havelock Blue #597ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30%

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

R = 21.19%
G = 30%
B = 48.81%

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

#597ECD (or 0x597ECD) is known color: Havelock Blue. HEX triplet: 59, 7E and CD. RGB value is (89,126,205). Sum of RGB (Red+Green+Blue) = 89+126+205=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #597ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597ECD is #A68132. Grayscale: #7B7B7B. Windows color (decimal): -10912051 or 13467225. OLE color: 13467225.

HSL color Cylindrical-coordinate representation of color #597ECD: hue angle of 220.86º 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 #597ECD is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 126 205 -
CMYK 0.57 0.39 0 0.20
HSL 220.86º 0.54% 0.58% -
HSV(B) 220.86º 0.57% 0.8% -
XYZ 22.6 21.45 60.71 -
YUV 123.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 89 126 205 0.57 0.39 0 0.20 220.86 0.54 0.58
Hex 59 7E CD 39 27 0 14 DD 36 3A
Octal 131 176 315 71 47 0 24 335 66 72
Binary 1011001 1111110 11001101 111001 100111 0 10100 11011101 110110 111010

Color Harmonies of #597ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597ECD

Black with #597ECD

Text Example


Text Example

White with #597ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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