#597CBC

Color #597CBC Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #597CBC

Tints of Havelock Blue #597CBC

Color information

#597CBC (or 0x597CBC) is unknown color: approx 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

RGB89124188-
CMYK0.530.3400.26
HSL218.79º42.49%54.31%-
HSV(B)218.79º52.66%73.73%-
XYZ20.420.1750.39-
YUV120.83165.9105.3-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891241880.530.3400.26218.7942.4954.31
Hex597CBC352201Adb2a36
Octal13117427465420323335266
Binary101100111111001011110011010110001001101011011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #597CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>