Html Css Color HEX #597DBB Havelock Blue

📋 copy color: '#597DBB'

red 89 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #597DBB

Tints of Havelock Blue #597DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.17%

 BLUE value IS 187 (73.44% from 255) = 46.63%

R = 22.19%
G = 31.17%
B = 46.63%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#597DBB (or 0x597DBB) is known color: Havelock Blue. HEX triplet: 59, 7D and BB. RGB value is (89,125,187). Sum of RGB (Red+Green+Blue) = 89+125+187=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #597DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DBB is #A68244. Grayscale: #797979. Windows color (decimal): -10912325 or 12287321. OLE color: 12287321.

HSL color Cylindrical-coordinate representation of color #597DBB: hue angle of 217.96º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #597DBB is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 125 187 -
CMYK 0.52 0.33 0 0.27
HSL 217.96º 0.42% 0.54% -
HSV(B) 217.96º 0.52% 0.73% -
XYZ 20.42 20.38 49.87 -
YUV 121.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 89 125 187 0.52 0.33 0 0.27 217.96 0.42 0.54
Hex 59 7D BB 34 21 0 1B DA 2A 36
Octal 131 175 273 64 41 0 33 332 52 66
Binary 1011001 1111101 10111011 110100 100001 0 11011 11011010 101010 110110

Color Harmonies of #597DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DBB

Black with #597DBB

Text Example


Text Example

White with #597DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,125,187); }

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

background-color css

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

 a { background-color: rgb(89,125,187); }

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

border-color css

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

 span { border-color: rgb(89,125,187); }

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