Html Css Color HEX #597CBD Havelock Blue

📋 copy color: '#597CBD'

red 89 ◦ green 124 ◦ blue 189

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

Shades of Havelock Blue #597CBD

Tints of Havelock Blue #597CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.85%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 22.14%
G = 30.85%
B = 47.01%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#597CBD (or 0x597CBD) is known color: Havelock Blue. HEX triplet: 59, 7C and BD. RGB value is (89,124,189). Sum of RGB (Red+Green+Blue) = 89+124+189=402 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.14% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #597CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CBD is #A68342. Grayscale: #787878. Windows color (decimal): -10912579 or 12418137. OLE color: 12418137.

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

Color convert

RGB 89 124 189 -
CMYK 0.53 0.34 0 0.26
HSL 219º 0.43% 0.55% -
HSV(B) 219º 0.53% 0.74% -
XYZ 20.51 20.21 50.96 -
YUV 120.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 89 124 189 0.53 0.34 0 0.26 219 0.43 0.55
Hex 59 7C BD 35 22 0 1A DB 2B 37
Octal 131 174 275 65 42 0 32 333 53 67
Binary 1011001 1111100 10111101 110101 100010 0 11010 11011011 101011 110111

Color Harmonies of #597CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597CBD

Black with #597CBD

Text Example


Text Example

White with #597CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,124,189); }

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

background-color css

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

 a { background-color: rgb(89,124,189); }

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

border-color css

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

 span { border-color: rgb(89,124,189); }

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