Html Css Color HEX #597AAE Havelock Blue

📋 copy color: '#597AAE'

red 89 ◦ green 122 ◦ blue 174

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

Shades of Havelock Blue #597AAE

Tints of Havelock Blue #597AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 23.12%
G = 31.69%
B = 45.19%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#597AAE (or 0x597AAE) is known color: Havelock Blue. HEX triplet: 59, 7A and AE. RGB value is (89,122,174). Sum of RGB (Red+Green+Blue) = 89+122+174=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #597AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AAE is #A68551. Grayscale: #757575. Windows color (decimal): -10913106 or 11434585. OLE color: 11434585.

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

Color convert

RGB 89 122 174 -
CMYK 0.49 0.30 0 0.32
HSL 216.71º 0.34% 0.52% -
HSV(B) 216.71º 0.49% 0.68% -
XYZ 18.72 19.1 42.74 -
YUV 118.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 89 122 174 0.49 0.30 0 0.32 216.71 0.34 0.52
Hex 59 7A AE 31 1E 0 20 D9 22 34
Octal 131 172 256 61 36 0 40 331 42 64
Binary 1011001 1111010 10101110 110001 11110 0 100000 11011001 100010 110100

Color Harmonies of #597AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AAE

Black with #597AAE

Text Example


Text Example

White with #597AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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