Html Css Color HEX #5367EC Royal Blue

📋 copy color: '#5367EC'

red 83 ◦ green 103 ◦ blue 236

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

Shades of Royal Blue #5367EC

Tints of Royal Blue #5367EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

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

R = 19.67%
G = 24.41%
B = 55.92%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5367EC (or 0x5367EC) is known color: Royal Blue. HEX triplet: 53, 67 and EC. RGB value is (83,103,236). Sum of RGB (Red+Green+Blue) = 83+103+236=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #5367EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5367EC is #AC9813. Grayscale: #6F6F6F. Windows color (decimal): -11311124 or 15492947. OLE color: 15492947.

HSL color Cylindrical-coordinate representation of color #5367EC: hue angle of 232.16º 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 #5367EC is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 103 236 -
CMYK 0.65 0.56 0 0.07
HSL 232.16º 0.8% 0.63% -
HSV(B) 232.16º 0.65% 0.93% -
XYZ 23.56 17.6 81.51 -
YUV 112.18 197.87 107.19 -
System Red Green Blue C M Y K H S L
Decimal 83 103 236 0.65 0.56 0 0.07 232.16 0.8 0.63
Hex 53 67 EC 41 38 0 7 E8 50 3F
Octal 123 147 354 101 70 0 7 350 120 77
Binary 1010011 1100111 11101100 1000001 111000 0 111 11101000 1010000 111111

Color Harmonies of #5367EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5367EC

Black with #5367EC

Text Example


Text Example

White with #5367EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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