#537CB9

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

Shades of Havelock Blue #537CB9

Tints of Havelock Blue #537CB9

Color information

#537CB9 (or 0x537CB9) is unknown color: approx Havelock Blue. HEX triplet: 53, 7C and B9. RGB value is (83,124,185). Sum of RGB (Red+Green+Blue) = 83+124+185=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #537CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CB9 is #AC8346. Grayscale: #767676. Windows color (decimal): -11305799 or 12155987. OLE color: 12155987.

HSL color Cylindrical-coordinate representation of color #537CB9: hue angle of 215.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537CB9 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83124185-
CMYK0.550.3300.27
HSL215.88º42.15%52.55%-
HSV(B)215.88º55.14%72.55%-
XYZ19.5319.7648.68-
YUV118.7165.42102.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 124 (48.83% from 255) = 31.63%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=21.17%
G=31.63%
B=47.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831241850.550.3300.27215.8842.1552.55
Hex537CB9372101Bd82a35
Octal12317427167410333305265
Binary101001111111001011100111011110000101101111011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537CB9; }

 p { color: rgb(83,124,185); }

 H1.HeaderClassName
 {
   color: #537CB9;
 }
 .AnyTagClassName
 {
   color: #537CB9;
 }
</style>
background-color css

<style>
 a { background-color: #537CB9; }

 a { background-color: rgb(83,124,185); }

 div.DivClassName
 {
   background-color: #537CB9;
 }
 .BgClassName
 {
   background-color: #537CB9;
 }
</style>
border-color css

<style>
 span { border-color: #537CB9; }

 span { border-color: rgb(83,124,185); }

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