#5373D8

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

Shades of Royal Blue #5373D8

Tints of Royal Blue #5373D8

Color information

#5373D8 (or 0x5373D8) is unknown color: approx Royal Blue. HEX triplet: 53, 73 and D8. RGB value is (83,115,216). Sum of RGB (Red+Green+Blue) = 83+115+216=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #5373D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373D8 is #AC8C27. Grayscale: #747474. Windows color (decimal): -11308072 or 14185299. OLE color: 14185299.

HSL color Cylindrical-coordinate representation of color #5373D8: hue angle of 225.56º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5373D8 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83115216-
CMYK0.620.4700.15
HSL225.56º63.03%58.63%-
HSV(B)225.56º61.57%84.71%-
XYZ22.0919.0667.48-
YUV116.95183.9103.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.05%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 216 (84.77% from 255) = 52.17%
R=20.05%
G=27.78%
B=52.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831152160.620.4700.15225.5663.0358.63
Hex5373D83E2F0Fe23f3b
Octal12316333076570173427773
Binary10100111110011110110001111101011110111111100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5373D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5373D8; }

 p { color: rgb(83,115,216); }

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

<style>
 a { background-color: #5373D8; }

 a { background-color: rgb(83,115,216); }

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

<style>
 span { border-color: #5373D8; }

 span { border-color: rgb(83,115,216); }

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