#537BB9

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

Shades of Havelock Blue #537BB9

Tints of Havelock Blue #537BB9

Color information

#537BB9 (or 0x537BB9) is unknown color: approx Havelock Blue. HEX triplet: 53, 7B and B9. RGB value is (83,123,185). Sum of RGB (Red+Green+Blue) = 83+123+185=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #537BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BB9 is #AC8446. Grayscale: #757575. Windows color (decimal): -11306055 or 12155731. OLE color: 12155731.

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

Color convert

RGB83123185-
CMYK0.550.3400.27
HSL216.47º42.15%52.55%-
HSV(B)216.47º55.14%72.55%-
XYZ19.4119.5148.64-
YUV118.11165.75102.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.23%
GREEN value IS 123 (48.44% from 255) = 31.46%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=21.23%
G=31.46%
B=47.31%

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
Decimal831231850.550.3400.27216.4742.1552.55
Hex537BB9372201Bd82a35
Octal12317327167420333305265
Binary101001111110111011100111011110001001101111011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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