#537EC4

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

Shades of Havelock Blue #537EC4

Tints of Havelock Blue #537EC4

Color information

#537EC4 (or 0x537EC4) is unknown color: approx Havelock Blue. HEX triplet: 53, 7E and C4. RGB value is (83,126,196). Sum of RGB (Red+Green+Blue) = 83+126+196=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #537EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EC4 is #AC813B. Grayscale: #787878. Windows color (decimal): -11305276 or 12877395. OLE color: 12877395.

HSL color Cylindrical-coordinate representation of color #537EC4: hue angle of 217.17º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537EC4 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83126196-
CMYK0.580.3600.23
HSL217.17º48.92%54.71%-
HSV(B)217.17º57.65%76.86%-
XYZ20.9920.7555.12-
YUV121.12170.25100.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=20.49%
G=31.11%
B=48.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831261960.580.3600.23217.1748.9254.71
Hex537EC43A24017d93137
Octal12317630472440273316167
Binary101001111111101100010011101010010001011111011001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,126,196); }

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

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

 a { background-color: rgb(83,126,196); }

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

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

 span { border-color: rgb(83,126,196); }

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