#537ABE

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

Shades of Havelock Blue #537ABE

Tints of Havelock Blue #537ABE

Color information

#537ABE (or 0x537ABE) is unknown color: approx Havelock Blue. HEX triplet: 53, 7A and BE. RGB value is (83,122,190). Sum of RGB (Red+Green+Blue) = 83+122+190=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #537ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ABE is #AC8541. Grayscale: #757575. Windows color (decimal): -11306306 or 12483155. OLE color: 12483155.

HSL color Cylindrical-coordinate representation of color #537ABE: hue angle of 218.13º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #537ABE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83122190-
CMYK0.560.3600.25
HSL218.13º45.15%53.53%-
HSV(B)218.13º56.32%74.51%-
XYZ19.8219.4851.43-
YUV118.09168.58102.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.01%
GREEN value IS 122 (48.05% from 255) = 30.89%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=21.01%
G=30.89%
B=48.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831221900.560.3600.25218.1345.1553.53
Hex537ABE3824019da2d36
Octal12317227670440313325566
Binary101001111110101011111011100010010001100111011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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