Html Css Color HEX #597CBA Havelock Blue

📋 copy color: '#597CBA'

red 89 ◦ green 124 ◦ blue 186

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

Shades of Havelock Blue #597CBA

Tints of Havelock Blue #597CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.62%

R = 22.31%
G = 31.08%
B = 46.62%

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

#597CBA (or 0x597CBA) is known color: Havelock Blue. HEX triplet: 59, 7C and BA. RGB value is (89,124,186). Sum of RGB (Red+Green+Blue) = 89+124+186=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #597CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CBA is #A68345. Grayscale: #787878. Windows color (decimal): -10912582 or 12221529. OLE color: 12221529.

HSL color Cylindrical-coordinate representation of color #597CBA: hue angle of 218.35º degrees, saturation: 0.41, 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 #597CBA is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 124 186 -
CMYK 0.52 0.33 0 0.27
HSL 218.35º 0.41% 0.54% -
HSV(B) 218.35º 0.52% 0.73% -
XYZ 20.19 20.08 49.27 -
YUV 120.6 164.9 105.46 -
System Red Green Blue C M Y K H S L
Decimal 89 124 186 0.52 0.33 0 0.27 218.35 0.41 0.54
Hex 59 7C BA 34 21 0 1B DA 29 36
Octal 131 174 272 64 41 0 33 332 51 66
Binary 1011001 1111100 10111010 110100 100001 0 11011 11011010 101001 110110

Color Harmonies of #597CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597CBA

Black with #597CBA

Text Example


Text Example

White with #597CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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