Html Css Color HEX #597AAD Havelock Blue

📋 copy color: '#597AAD'

red 89 ◦ green 122 ◦ blue 173

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

Shades of Havelock Blue #597AAD

Tints of Havelock Blue #597AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 23.18%
G = 31.77%
B = 45.05%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#597AAD (or 0x597AAD) is known color: Havelock Blue. HEX triplet: 59, 7A and AD. RGB value is (89,122,173). Sum of RGB (Red+Green+Blue) = 89+122+173=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #597AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AAD is #A68552. Grayscale: #757575. Windows color (decimal): -10913107 or 11369049. OLE color: 11369049.

HSL color Cylindrical-coordinate representation of color #597AAD: hue angle of 216.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #597AAD is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 122 173 -
CMYK 0.49 0.29 0 0.32
HSL 216.43º 0.34% 0.51% -
HSV(B) 216.43º 0.49% 0.68% -
XYZ 18.62 19.06 42.23 -
YUV 117.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 89 122 173 0.49 0.29 0 0.32 216.43 0.34 0.51
Hex 59 7A AD 31 1D 0 20 D8 22 33
Octal 131 172 255 61 35 0 40 330 42 63
Binary 1011001 1111010 10101101 110001 11101 0 100000 11011000 100010 110011

Color Harmonies of #597AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AAD

Black with #597AAD

Text Example


Text Example

White with #597AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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