#5378D8

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

Shades of Royal Blue #5378D8

Tints of Royal Blue #5378D8

Color information

#5378D8 (or 0x5378D8) is unknown color: approx Royal Blue. HEX triplet: 53, 78 and D8. RGB value is (83,120,216). Sum of RGB (Red+Green+Blue) = 83+120+216=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #5378D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5378D8 is #AC8727. Grayscale: #777777. Windows color (decimal): -11306792 or 14186579. OLE color: 14186579.

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

Color convert

RGB83120216-
CMYK0.620.4400.15
HSL223.31º63.03%58.63%-
HSV(B)223.31º61.57%84.71%-
XYZ22.6820.2367.68-
YUV119.88182.24101.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.81%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=19.81%
G=28.64%
B=51.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831202160.620.4400.15223.3163.0358.63
Hex5378D83E2C0Fdf3f3b
Octal12317033076540173377773
Binary10100111111000110110001111101011000111111011111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5378D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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