Html Css Color HEX #597CBC Havelock Blue

📋 copy color: '#597CBC'

red 89 ◦ green 124 ◦ blue 188

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

Shades of Havelock Blue #597CBC

Tints of Havelock Blue #597CBC

RGB

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

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

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

R = 22.19%
G = 30.92%
B = 46.88%

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

#597CBC (or 0x597CBC) is known color: Havelock Blue. HEX triplet: 59, 7C and BC. RGB value is (89,124,188). Sum of RGB (Red+Green+Blue) = 89+124+188=401 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.19% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #597CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #597CBC is #A68343. Grayscale: #787878. Windows color (decimal): -10912580 or 12352601. OLE color: 12352601.

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

Color convert

RGB 89 124 188 -
CMYK 0.53 0.34 0 0.26
HSL 218.79º 0.42% 0.54% -
HSV(B) 218.79º 0.53% 0.74% -
XYZ 20.4 20.17 50.39 -
YUV 120.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 89 124 188 0.53 0.34 0 0.26 218.79 0.42 0.54
Hex 59 7C BC 35 22 0 1A DB 2A 36
Octal 131 174 274 65 42 0 32 333 52 66
Binary 1011001 1111100 10111100 110101 100010 0 11010 11011011 101010 110110

Color Harmonies of #597CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597CBC

Black with #597CBC

Text Example


Text Example

White with #597CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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