#5361DD

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

Shades of Royal Blue #5361DD

Tints of Royal Blue #5361DD

Color information

#5361DD (or 0x5361DD) is unknown color: approx Royal Blue. HEX triplet: 53, 61 and DD. RGB value is (83,97,221). Sum of RGB (Red+Green+Blue) = 83+97+221=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #5361DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361DD is #AC9E22. Grayscale: #6A6A6A. Windows color (decimal): -11312675 or 14508371. OLE color: 14508371.

HSL color Cylindrical-coordinate representation of color #5361DD: hue angle of 233.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5361DD is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8397221-
CMYK0.620.5600.13
HSL233.91º66.99%59.61%-
HSV(B)233.91º62.44%86.67%-
XYZ20.8915.6170.32-
YUV106.95192.36110.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.70%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 221 (86.72% from 255) = 55.11%
R=20.70%
G=24.19%
B=55.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal83972210.620.5600.13233.9166.9959.61
Hex5361DD3E380Dea433c
Octal123141335767001535210374
Binary101001111000011101110111111011100001101111010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5361DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5361DD; }

 p { color: rgb(83,97,221); }

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

<style>
 a { background-color: #5361DD; }

 a { background-color: rgb(83,97,221); }

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

<style>
 span { border-color: #5361DD; }

 span { border-color: rgb(83,97,221); }

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