Html Css Color HEX #597AC0 Havelock Blue

📋 copy color: '#597AC0'

red 89 ◦ green 122 ◦ blue 192

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

Shades of Havelock Blue #597AC0

Tints of Havelock Blue #597AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.64%

R = 22.08%
G = 30.27%
B = 47.64%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#597AC0 (or 0x597AC0) is known color: Havelock Blue. HEX triplet: 59, 7A and C0. RGB value is (89,122,192). Sum of RGB (Red+Green+Blue) = 89+122+192=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #597AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597AC0 is #A6853F. Grayscale: #777777. Windows color (decimal): -10913088 or 12614233. OLE color: 12614233.

HSL color Cylindrical-coordinate representation of color #597AC0: hue angle of 220.78º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #597AC0 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 122 192 -
CMYK 0.54 0.36 0 0.25
HSL 220.78º 0.45% 0.55% -
HSV(B) 220.78º 0.54% 0.75% -
XYZ 20.59 19.85 52.61 -
YUV 120.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 89 122 192 0.54 0.36 0 0.25 220.78 0.45 0.55
Hex 59 7A C0 36 24 0 19 DD 2D 37
Octal 131 172 300 66 44 0 31 335 55 67
Binary 1011001 1111010 11000000 110110 100100 0 11001 11011101 101101 110111

Color Harmonies of #597AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AC0

Black with #597AC0

Text Example


Text Example

White with #597AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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