#537FC4

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

Shades of Havelock Blue #537FC4

Tints of Havelock Blue #537FC4

Color information

#537FC4 (or 0x537FC4) is unknown color: approx Havelock Blue. HEX triplet: 53, 7F and C4. RGB value is (83,127,196). Sum of RGB (Red+Green+Blue) = 83+127+196=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #537FC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FC4 is #AC803B. Grayscale: #797979. Windows color (decimal): -11305020 or 12877651. OLE color: 12877651.

HSL color Cylindrical-coordinate representation of color #537FC4: hue angle of 216.64º 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 #537FC4 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB83127196-
CMYK0.580.3500.23
HSL216.64º48.92%54.71%-
HSV(B)216.64º57.65%76.86%-
XYZ21.122155.17-
YUV121.71169.92100.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 127 (50% from 255) = 31.28%
BLUE value IS 196 (76.95% from 255) = 48.28%
R=20.44%
G=31.28%
B=48.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831271960.580.3500.23216.6448.9254.71
Hex537FC43A23017d93137
Octal12317730472430273316167
Binary101001111111111100010011101010001101011111011001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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