Html Css Color HEX #597FBF Havelock Blue

📋 copy color: '#597FBF'

red 89 ◦ green 127 ◦ blue 191

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

Shades of Havelock Blue #597FBF

Tints of Havelock Blue #597FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 21.87%
G = 31.2%
B = 46.93%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#597FBF (or 0x597FBF) is known color: Havelock Blue. HEX triplet: 59, 7F and BF. RGB value is (89,127,191). Sum of RGB (Red+Green+Blue) = 89+127+191=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #597FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FBF is #A68040. Grayscale: #7A7A7A. Windows color (decimal): -10911809 or 12549977. OLE color: 12549977.

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

Color convert

RGB 89 127 191 -
CMYK 0.53 0.34 0 0.25
HSL 217.65º 0.44% 0.55% -
HSV(B) 217.65º 0.53% 0.75% -
XYZ 21.11 21.06 52.24 -
YUV 122.93 166.41 103.8 -
System Red Green Blue C M Y K H S L
Decimal 89 127 191 0.53 0.34 0 0.25 217.65 0.44 0.55
Hex 59 7F BF 35 22 0 19 DA 2C 37
Octal 131 177 277 65 42 0 31 332 54 67
Binary 1011001 1111111 10111111 110101 100010 0 11001 11011010 101100 110111

Color Harmonies of #597FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FBF

Black with #597FBF

Text Example


Text Example

White with #597FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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