#537AC4

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

Shades of Havelock Blue #537AC4

Tints of Havelock Blue #537AC4

Color information

#537AC4 (or 0x537AC4) is unknown color: approx Havelock Blue. HEX triplet: 53, 7A and C4. RGB value is (83,122,196). Sum of RGB (Red+Green+Blue) = 83+122+196=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #537AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AC4 is #AC853B. Grayscale: #767676. Windows color (decimal): -11306300 or 12876371. OLE color: 12876371.

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

Color convert

RGB83122196-
CMYK0.580.3800.23
HSL219.29º48.92%54.71%-
HSV(B)219.29º57.65%76.86%-
XYZ20.4919.7454.96-
YUV118.77171.58102.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 196 (76.95% from 255) = 48.88%
R=20.70%
G=30.42%
B=48.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal831221960.580.3800.23219.2948.9254.71
Hex537AC43A26017db3137
Octal12317230472460273336167
Binary101001111110101100010011101010011001011111011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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