Html Css Color HEX #597AAF Havelock Blue

📋 copy color: '#597AAF'

red 89 ◦ green 122 ◦ blue 175

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

Shades of Havelock Blue #597AAF

Tints of Havelock Blue #597AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 23.06%
G = 31.61%
B = 45.34%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#597AAF (or 0x597AAF) is known color: Havelock Blue. HEX triplet: 59, 7A and AF. RGB value is (89,122,175). Sum of RGB (Red+Green+Blue) = 89+122+175=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #597AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597AAF is #A68550. Grayscale: #757575. Windows color (decimal): -10913105 or 11500121. OLE color: 11500121.

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

Color convert

RGB 89 122 175 -
CMYK 0.49 0.30 0 0.31
HSL 216.98º 0.35% 0.52% -
HSV(B) 216.98º 0.49% 0.69% -
XYZ 18.82 19.14 43.26 -
YUV 118.18 160.07 107.19 -
System Red Green Blue C M Y K H S L
Decimal 89 122 175 0.49 0.30 0 0.31 216.98 0.35 0.52
Hex 59 7A AF 31 1E 0 1F D9 23 34
Octal 131 172 257 61 36 0 37 331 43 64
Binary 1011001 1111010 10101111 110001 11110 0 11111 11011001 100011 110100

Color Harmonies of #597AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597AAF

Black with #597AAF

Text Example


Text Example

White with #597AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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