Html Css Color HEX #597AD0 Havelock Blue

📋 copy color: '#597AD0'

red 89 ◦ green 122 ◦ blue 208

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

Shades of Havelock Blue #597AD0

Tints of Havelock Blue #597AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 21.24%
G = 29.12%
B = 49.64%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#597AD0 (or 0x597AD0) is known color: Havelock Blue. HEX triplet: 59, 7A and D0. RGB value is (89,122,208). Sum of RGB (Red+Green+Blue) = 89+122+208=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #597AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AD0 is #A6852F. Grayscale: #797979. Windows color (decimal): -10913072 or 13662809. OLE color: 13662809.

HSL color Cylindrical-coordinate representation of color #597AD0: hue angle of 223.36º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #597AD0 is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 122 208 -
CMYK 0.57 0.41 0 0.18
HSL 223.36º 0.56% 0.58% -
HSV(B) 223.36º 0.57% 0.82% -
XYZ 22.46 20.6 62.47 -
YUV 121.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 89 122 208 0.57 0.41 0 0.18 223.36 0.56 0.58
Hex 59 7A D0 39 29 0 12 DF 38 3A
Octal 131 172 320 71 51 0 22 337 70 72
Binary 1011001 1111010 11010000 111001 101001 0 10010 11011111 111000 111010

Color Harmonies of #597AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AD0

Black with #597AD0

Text Example


Text Example

White with #597AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,122,208); }

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

background-color css

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

 a { background-color: rgb(89,122,208); }

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

border-color css

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

 span { border-color: rgb(89,122,208); }

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