Html Css Color HEX #597FBC Havelock Blue

📋 copy color: '#597FBC'

red 89 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #597FBC

Tints of Havelock Blue #597FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 22.03%
G = 31.44%
B = 46.53%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#597FBC (or 0x597FBC) is known color: Havelock Blue. HEX triplet: 59, 7F and BC. RGB value is (89,127,188). Sum of RGB (Red+Green+Blue) = 89+127+188=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #597FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597FBC is #A68043. Grayscale: #7A7A7A. Windows color (decimal): -10911812 or 12353369. OLE color: 12353369.

HSL color Cylindrical-coordinate representation of color #597FBC: hue angle of 216.97º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #597FBC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 127 188 -
CMYK 0.53 0.32 0 0.26
HSL 216.97º 0.42% 0.54% -
HSV(B) 216.97º 0.53% 0.74% -
XYZ 20.79 20.93 50.52 -
YUV 122.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 89 127 188 0.53 0.32 0 0.26 216.97 0.42 0.54
Hex 59 7F BC 35 20 0 1A D9 2A 36
Octal 131 177 274 65 40 0 32 331 52 66
Binary 1011001 1111111 10111100 110101 100000 0 11010 11011001 101010 110110

Color Harmonies of #597FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597FBC

Black with #597FBC

Text Example


Text Example

White with #597FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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