Html Css Color HEX #597DDB Havelock Blue

📋 copy color: '#597DDB'

red 89 ◦ green 125 ◦ blue 219

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

Shades of Havelock Blue #597DDB

Tints of Havelock Blue #597DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.58%

R = 20.55%
G = 28.87%
B = 50.58%

CMYK

 C value IS 0.59

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#597DDB (or 0x597DDB) is known color: Havelock Blue. HEX triplet: 59, 7D and DB. RGB value is (89,125,219). Sum of RGB (Red+Green+Blue) = 89+125+219=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #597DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DDB is #A68224. Grayscale: #7C7C7C. Windows color (decimal): -10912293 or 14384473. OLE color: 14384473.

HSL color Cylindrical-coordinate representation of color #597DDB: hue angle of 223.38º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #597DDB is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 125 219 -
CMYK 0.59 0.43 0 0.14
HSL 223.38º 0.64% 0.6% -
HSV(B) 223.38º 0.59% 0.86% -
XYZ 24.24 21.91 69.97 -
YUV 124.95 181.07 102.36 -
System Red Green Blue C M Y K H S L
Decimal 89 125 219 0.59 0.43 0 0.14 223.38 0.64 0.6
Hex 59 7D DB 3B 2B 0 E DF 40 3C
Octal 131 175 333 73 53 0 16 337 100 74
Binary 1011001 1111101 11011011 111011 101011 0 1110 11011111 1000000 111100

Color Harmonies of #597DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DDB

Black with #597DDB

Text Example


Text Example

White with #597DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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