#5378D9

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

Shades of Royal Blue #5378D9

Tints of Royal Blue #5378D9

Color information

#5378D9 (or 0x5378D9) is unknown color: approx Royal Blue. HEX triplet: 53, 78 and D9. RGB value is (83,120,217). Sum of RGB (Red+Green+Blue) = 83+120+217=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 217 (85.16% from 255 or 51.67% from 420); Max value from RGB is 217 - color contains mainly: blue. Hex color #5378D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378D9 is #AC8726. Grayscale: #777777. Windows color (decimal): -11306791 or 14252115. OLE color: 14252115.

HSL color Cylindrical-coordinate representation of color #5378D9: hue angle of 223.43º degrees, saturation: 0.64, 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 #5378D9 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83120217-
CMYK0.620.4500.15
HSL223.43º63.81%58.82%-
HSV(B)223.43º61.75%85.1%-
XYZ22.8120.2868.36-
YUV120182.74101.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 217 (85.16% from 255) = 51.67%
R=19.76%
G=28.57%
B=51.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831202170.620.4500.15223.4363.8158.82
Hex5378D93E2D0Fdf403b
Octal123170331765501733710073
Binary101001111110001101100111111010110101111110111111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5378D9; }

 p { color: rgb(83,120,217); }

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

<style>
 a { background-color: #5378D9; }

 a { background-color: rgb(83,120,217); }

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

<style>
 span { border-color: #5378D9; }

 span { border-color: rgb(83,120,217); }

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