#537AE4

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

Shades of Royal Blue #537AE4

Tints of Royal Blue #537AE4

Color information

#537AE4 (or 0x537AE4) is unknown color: approx Royal Blue. HEX triplet: 53, 7A and E4. RGB value is (83,122,228). Sum of RGB (Red+Green+Blue) = 83+122+228=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 228 (89.45% from 255 or 52.66% from 433); Max value from RGB is 228 - color contains mainly: blue. Hex color #537AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537AE4 is #AC851B. Grayscale: #797979. Windows color (decimal): -11306268 or 14973523. OLE color: 14973523.

HSL color Cylindrical-coordinate representation of color #537AE4: hue angle of 223.86º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #537AE4 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83122228-
CMYK0.640.4600.11
HSL223.86º72.86%60.98%-
HSV(B)223.86º63.6%89.41%-
XYZ24.5321.3676.23-
YUV122.42187.5899.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.17%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 228 (89.45% from 255) = 52.66%
R=19.17%
G=28.18%
B=52.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal831222280.640.4600.11223.8672.8660.98
Hex537AE4402E0Be0493d
Octal1231723441005601334011175
Binary1010011111101011100100100000010111001011111000001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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