#5361E1

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

Shades of Royal Blue #5361E1

Tints of Royal Blue #5361E1

Color information

#5361E1 (or 0x5361E1) is unknown color: approx Royal Blue. HEX triplet: 53, 61 and E1. RGB value is (83,97,225). Sum of RGB (Red+Green+Blue) = 83+97+225=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #5361E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361E1 is #AC9E1E. Grayscale: #6A6A6A. Windows color (decimal): -11312671 or 14770515. OLE color: 14770515.

HSL color Cylindrical-coordinate representation of color #5361E1: hue angle of 234.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5361E1 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8397225-
CMYK0.630.5700.12
HSL234.08º70.3%60.39%-
HSV(B)234.08º63.11%88.24%-
XYZ21.4315.8273.16-
YUV107.41194.36110.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.49%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 225 (88.28% from 255) = 55.56%
R=20.49%
G=23.95%
B=55.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal83972250.630.5700.12234.0870.360.39
Hex5361E13F390Cea463c
Octal123141341777101435210674
Binary101001111000011110000111111111100101100111010101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5361E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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