#537FB9

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

Shades of Havelock Blue #537FB9

Tints of Havelock Blue #537FB9

Color information

#537FB9 (or 0x537FB9) is unknown color: approx Havelock Blue. HEX triplet: 53, 7F and B9. RGB value is (83,127,185). Sum of RGB (Red+Green+Blue) = 83+127+185=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #537FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FB9 is #AC8046. Grayscale: #787878. Windows color (decimal): -11305031 or 12156755. OLE color: 12156755.

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

Color convert

RGB83127185-
CMYK0.550.3100.27
HSL214.12º42.15%52.55%-
HSV(B)214.12º55.14%72.55%-
XYZ19.9120.5248.81-
YUV120.46164.42101.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 127 (50% from 255) = 32.15%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=21.01%
G=32.15%
B=46.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal831271850.550.3100.27214.1242.1552.55
Hex537FB9371F01Bd62a35
Octal12317727167370333265265
Binary10100111111111101110011101111111101101111010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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