Html Css Color HEX #597FCD Havelock Blue

📋 copy color: '#597FCD'

red 89 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #597FCD

Tints of Havelock Blue #597FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

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

R = 21.14%
G = 30.17%
B = 48.69%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#597FCD (or 0x597FCD) is known color: Havelock Blue. HEX triplet: 59, 7F and CD. RGB value is (89,127,205). Sum of RGB (Red+Green+Blue) = 89+127+205=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #597FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FCD is #A68032. Grayscale: #7C7C7C. Windows color (decimal): -10911795 or 13467481. OLE color: 13467481.

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

Color convert

RGB 89 127 205 -
CMYK 0.57 0.38 0 0.20
HSL 220.34º 0.54% 0.58% -
HSV(B) 220.34º 0.57% 0.8% -
XYZ 22.73 21.71 60.75 -
YUV 124.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 89 127 205 0.57 0.38 0 0.20 220.34 0.54 0.58
Hex 59 7F CD 39 26 0 14 DC 36 3A
Octal 131 177 315 71 46 0 24 334 66 72
Binary 1011001 1111111 11001101 111001 100110 0 10100 11011100 110110 111010

Color Harmonies of #597FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FCD

Black with #597FCD

Text Example


Text Example

White with #597FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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