#5366D9

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

Shades of Royal Blue #5366D9

Tints of Royal Blue #5366D9

Color information

#5366D9 (or 0x5366D9) is unknown color: approx Royal Blue. HEX triplet: 53, 66 and D9. RGB value is (83,102,217). Sum of RGB (Red+Green+Blue) = 83+102+217=402 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.65% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 217 (85.16% from 255 or 53.98% from 402); Max value from RGB is 217 - color contains mainly: blue. Hex color #5366D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366D9 is #AC9926. Grayscale: #6C6C6C. Windows color (decimal): -11311399 or 14247507. OLE color: 14247507.

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

Color convert

RGB83102217-
CMYK0.620.5300.15
HSL231.49º63.81%58.82%-
HSV(B)231.49º61.75%85.1%-
XYZ20.8416.3567.7-
YUV109.43188.71109.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.65%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 217 (85.16% from 255) = 53.98%
R=20.65%
G=25.37%
B=53.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831022170.620.5300.15231.4963.8158.82
Hex5366D93E350Fe7403b
Octal123146331766501734710073
Binary101001111001101101100111111011010101111111001111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5366D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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