Html Css Color HEX #5361EC Royal Blue

📋 copy color: '#5361EC'

red 83 ◦ green 97 ◦ blue 236

#5361EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #5361EC

Tints of Royal Blue #5361EC

RGB

 RED value IS 83 (32.81% from 255) = 19.95%

 GREEN value IS 97 (38.28% from 255) = 23.32%

 BLUE value IS 236 (92.58% from 255) = 56.73%

R = 19.95%
G = 23.32%
B = 56.73%

CMYK

 C value IS 0.65

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5361EC (or 0x5361EC) is known color: Royal Blue. HEX triplet: 53, 61 and EC. RGB value is (83,97,236). Sum of RGB (Red+Green+Blue) = 83+97+236=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #5361EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5361EC is #AC9E13. Grayscale: #6C6C6C. Windows color (decimal): -11312660 or 15491411. OLE color: 15491411.

HSL color Cylindrical-coordinate representation of color #5361EC: hue angle of 234.51º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5361EC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 97 236 -
CMYK 0.65 0.59 0 0.07
HSL 234.51º 0.8% 0.63% -
HSV(B) 234.51º 0.65% 0.93% -
XYZ 22.98 16.44 81.32 -
YUV 108.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 83 97 236 0.65 0.59 0 0.07 234.51 0.8 0.63
Hex 53 61 EC 41 3B 0 7 EB 50 3F
Octal 123 141 354 101 73 0 7 353 120 77
Binary 1010011 1100001 11101100 1000001 111011 0 111 11101011 1010000 111111

Color Harmonies of #5361EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5361EC

Black with #5361EC

Text Example


Text Example

White with #5361EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5361EC;
 }
 .AnyTagClassName
 {
   color: #5361EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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