#537AB9

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

Shades of Havelock Blue #537AB9

Tints of Havelock Blue #537AB9

Color information

#537AB9 (or 0x537AB9) is unknown color: approx Havelock Blue. HEX triplet: 53, 7A and B9. RGB value is (83,122,185). Sum of RGB (Red+Green+Blue) = 83+122+185=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #537AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AB9 is #AC8546. Grayscale: #757575. Windows color (decimal): -11306311 or 12155475. OLE color: 12155475.

HSL color Cylindrical-coordinate representation of color #537AB9: hue angle of 217.06º 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 #537AB9 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB83122185-
CMYK0.550.3400.27
HSL217.06º42.15%52.55%-
HSV(B)217.06º55.14%72.55%-
XYZ19.2819.2648.6-
YUV117.52166.08103.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.28%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=21.28%
G=31.28%
B=47.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831221850.550.3400.27217.0642.1552.55
Hex537AB9372201Bd92a35
Octal12317227167420333315265
Binary101001111110101011100111011110001001101111011001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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