#537ADE

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

Shades of Royal Blue #537ADE

Tints of Royal Blue #537ADE

Color information

#537ADE (or 0x537ADE) is unknown color: approx Royal Blue. HEX triplet: 53, 7A and DE. RGB value is (83,122,222). Sum of RGB (Red+Green+Blue) = 83+122+222=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #537ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADE is #AC8521. Grayscale: #797979. Windows color (decimal): -11306274 or 14580307. OLE color: 14580307.

HSL color Cylindrical-coordinate representation of color #537ADE: hue angle of 223.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537ADE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83122222-
CMYK0.630.4500.13
HSL223.17º67.8%59.8%-
HSV(B)223.17º62.61%87.06%-
XYZ23.7121.0371.92-
YUV121.74184.58100.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=19.44%
G=28.57%
B=51.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831222220.630.4500.13223.1767.859.8
Hex537ADE3F2D0Ddf443c
Octal123172336775501533710474
Binary101001111110101101111011111110110101101110111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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