Html Css Color HEX #597DBE Havelock Blue

📋 copy color: '#597DBE'

red 89 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #597DBE

Tints of Havelock Blue #597DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 22.03%
G = 30.94%
B = 47.03%

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

#597DBE (or 0x597DBE) is known color: Havelock Blue. HEX triplet: 59, 7D and BE. RGB value is (89,125,190). Sum of RGB (Red+Green+Blue) = 89+125+190=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #597DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597DBE is #A68241. Grayscale: #797979. Windows color (decimal): -10912322 or 12483929. OLE color: 12483929.

HSL color Cylindrical-coordinate representation of color #597DBE: hue angle of 218.61º 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 #597DBE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 125 190 -
CMYK 0.53 0.34 0 0.25
HSL 218.61º 0.44% 0.55% -
HSV(B) 218.61º 0.53% 0.75% -
XYZ 20.75 20.51 51.58 -
YUV 121.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 89 125 190 0.53 0.34 0 0.25 218.61 0.44 0.55
Hex 59 7D BE 35 22 0 19 DB 2C 37
Octal 131 175 276 65 42 0 31 333 54 67
Binary 1011001 1111101 10111110 110101 100010 0 11001 11011011 101100 110111

Color Harmonies of #597DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597DBE

Black with #597DBE

Text Example


Text Example

White with #597DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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