#537DD7

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

Shades of Havelock Blue #537DD7

Tints of Havelock Blue #537DD7

Color information

#537DD7 (or 0x537DD7) is unknown color: approx Havelock Blue. HEX triplet: 53, 7D and D7. RGB value is (83,125,215). Sum of RGB (Red+Green+Blue) = 83+125+215=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #537DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537DD7 is #AC8228. Grayscale: #7A7A7A. Windows color (decimal): -11305513 or 14122323. OLE color: 14122323.

HSL color Cylindrical-coordinate representation of color #537DD7: hue angle of 220.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #537DD7 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83125215-
CMYK0.610.4200.16
HSL220.91º62.26%58.43%-
HSV(B)220.91º61.4%84.31%-
XYZ23.1721.4167.2-
YUV122.7180.0999.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 215 (84.38% from 255) = 50.83%
R=19.62%
G=29.55%
B=50.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831252150.610.4200.16220.9162.2658.43
Hex537DD73D2A010dd3e3a
Octal12317532775520203357672
Binary101001111111011101011111110110101001000011011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,125,215); }

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

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

 a { background-color: rgb(83,125,215); }

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

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

 span { border-color: rgb(83,125,215); }

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