#537AC3

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

Shades of Havelock Blue #537AC3

Tints of Havelock Blue #537AC3

Color information

#537AC3 (or 0x537AC3) is unknown color: approx Havelock Blue. HEX triplet: 53, 7A and C3. RGB value is (83,122,195). Sum of RGB (Red+Green+Blue) = 83+122+195=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 195 (76.56% from 255 or 48.75% from 400); Max value from RGB is 195 - color contains mainly: blue. Hex color #537AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AC3 is #AC853C. Grayscale: #767676. Windows color (decimal): -11306301 or 12810835. OLE color: 12810835.

HSL color Cylindrical-coordinate representation of color #537AC3: hue angle of 219.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #537AC3 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83122195-
CMYK0.570.3700.24
HSL219.11º48.28%54.51%-
HSV(B)219.11º57.44%76.47%-
XYZ20.3819.754.36-
YUV118.66171.08102.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.75%
GREEN value IS 122 (48.05% from 255) = 30.5%
BLUE value IS 195 (76.56% from 255) = 48.75%
R=20.75%
G=30.5%
B=48.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831221950.570.3700.24219.1148.2854.51
Hex537AC33925018db3037
Octal12317230371450303336067
Binary101001111110101100001111100110010101100011011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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