#537BE4

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

Shades of Royal Blue #537BE4

Tints of Royal Blue #537BE4

Color information

#537BE4 (or 0x537BE4) is unknown color: approx Royal Blue. HEX triplet: 53, 7B and E4. RGB value is (83,123,228). Sum of RGB (Red+Green+Blue) = 83+123+228=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #537BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BE4 is #AC841B. Grayscale: #7A7A7A. Windows color (decimal): -11306012 or 14973779. OLE color: 14973779.

HSL color Cylindrical-coordinate representation of color #537BE4: hue angle of 223.45º 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 #537BE4 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB83123228-
CMYK0.640.4600.11
HSL223.45º72.86%60.98%-
HSV(B)223.45º63.6%89.41%-
XYZ24.6521.6176.27-
YUV123.01187.2599.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.12%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 228 (89.45% from 255) = 52.53%
R=19.12%
G=28.34%
B=52.53%

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
Decimal831232280.640.4600.11223.4572.8660.98
Hex537BE4402E0Bdf493d
Octal1231733441005601333711175
Binary1010011111101111100100100000010111001011110111111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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