Html Css Color HEX #597DCB Havelock Blue

📋 copy color: '#597DCB'

red 89 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #597DCB

Tints of Havelock Blue #597DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 21.34%
G = 29.98%
B = 48.68%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#597DCB (or 0x597DCB) is known color: Havelock Blue. HEX triplet: 59, 7D and CB. RGB value is (89,125,203). Sum of RGB (Red+Green+Blue) = 89+125+203=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #597DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DCB is #A68234. Grayscale: #7A7A7A. Windows color (decimal): -10912309 or 13335897. OLE color: 13335897.

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

Color convert

RGB 89 125 203 -
CMYK 0.56 0.38 0 0.20
HSL 221.05º 0.52% 0.57% -
HSV(B) 221.05º 0.56% 0.8% -
XYZ 22.23 21.1 59.4 -
YUV 123.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 89 125 203 0.56 0.38 0 0.20 221.05 0.52 0.57
Hex 59 7D CB 38 26 0 14 DD 34 39
Octal 131 175 313 70 46 0 24 335 64 71
Binary 1011001 1111101 11001011 111000 100110 0 10100 11011101 110100 111001

Color Harmonies of #597DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DCB

Black with #597DCB

Text Example


Text Example

White with #597DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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