#537EB7

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

Shades of Havelock Blue #537EB7

Tints of Havelock Blue #537EB7

Color information

#537EB7 (or 0x537EB7) is unknown color: approx Havelock Blue. HEX triplet: 53, 7E and B7. RGB value is (83,126,183). Sum of RGB (Red+Green+Blue) = 83+126+183=392 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.17% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 183 (71.88% from 255 or 46.68% from 392); Max value from RGB is 183 - color contains mainly: blue. Hex color #537EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EB7 is #AC8148. Grayscale: #777777. Windows color (decimal): -11305289 or 12025427. OLE color: 12025427.

HSL color Cylindrical-coordinate representation of color #537EB7: hue angle of 214.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #537EB7 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB83126183-
CMYK0.550.3100.28
HSL214.2º40.98%52.16%-
HSV(B)214.2º54.64%71.76%-
XYZ19.5820.1847.66-
YUV119.64163.75101.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.17%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 183 (71.88% from 255) = 46.68%
R=21.17%
G=32.14%
B=46.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831261830.550.3100.28214.240.9852.16
Hex537EB7371F01Cd62934
Octal12317626767370343265164
Binary10100111111110101101111101111111101110011010110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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