Html Css Color HEX #597FAF Havelock Blue

📋 copy color: '#597FAF'

red 89 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #597FAF

Tints of Havelock Blue #597FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.48%

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

R = 22.76%
G = 32.48%
B = 44.76%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#597FAF (or 0x597FAF) is known color: Havelock Blue. HEX triplet: 59, 7F and AF. RGB value is (89,127,175). Sum of RGB (Red+Green+Blue) = 89+127+175=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #597FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597FAF is #A68050. Grayscale: #787878. Windows color (decimal): -10911825 or 11501401. OLE color: 11501401.

HSL color Cylindrical-coordinate representation of color #597FAF: hue angle of 213.49º 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 #597FAF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 127 175 -
CMYK 0.49 0.27 0 0.31
HSL 213.49º 0.35% 0.52% -
HSV(B) 213.49º 0.49% 0.69% -
XYZ 19.45 20.4 43.47 -
YUV 121.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 89 127 175 0.49 0.27 0 0.31 213.49 0.35 0.52
Hex 59 7F AF 31 1B 0 1F D5 23 34
Octal 131 177 257 61 33 0 37 325 43 64
Binary 1011001 1111111 10101111 110001 11011 0 11111 11010101 100011 110100

Color Harmonies of #597FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FAF

Black with #597FAF

Text Example


Text Example

White with #597FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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