#5372DF

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

Shades of Royal Blue #5372DF

Tints of Royal Blue #5372DF

Color information

#5372DF (or 0x5372DF) is unknown color: approx Royal Blue. HEX triplet: 53, 72 and DF. RGB value is (83,114,223). Sum of RGB (Red+Green+Blue) = 83+114+223=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #5372DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372DF is #AC8D20. Grayscale: #747474. Windows color (decimal): -11308321 or 14643795. OLE color: 14643795.

HSL color Cylindrical-coordinate representation of color #5372DF: hue angle of 226.71º degrees, saturation: 0.69, 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 #5372DF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83114223-
CMYK0.630.4900.13
HSL226.71º68.63%60%-
HSV(B)226.71º62.78%87.45%-
XYZ22.919.272.31-
YUV117.16187.73103.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 223 (87.5% from 255) = 53.10%
R=19.76%
G=27.14%
B=53.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831142230.630.4900.13226.7168.6360
Hex5372DF3F310De3453c
Octal123162337776101534310574
Binary101001111100101101111111111111000101101111000111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5372DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5372DF; }

 p { color: rgb(83,114,223); }

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

<style>
 a { background-color: #5372DF; }

 a { background-color: rgb(83,114,223); }

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

<style>
 span { border-color: #5372DF; }

 span { border-color: rgb(83,114,223); }

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