Html Css Color HEX #5373FF Royal Blue

📋 copy color: '#5373FF'

red 83 ◦ green 115 ◦ blue 255

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

Shades of Royal Blue #5373FF

Tints of Royal Blue #5373FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.39%

 BLUE value IS 255 (100% from 255) = 56.29%

R = 18.32%
G = 25.39%
B = 56.29%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5373FF (or 0x5373FF) is known color: Royal Blue. HEX triplet: 53, 73 and FF. RGB value is (83,115,255). Sum of RGB (Red+Green+Blue) = 83+115+255=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 115 (45.31% from 255 or 25.39% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #5373FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5373FF is #AC8C00. Grayscale: #787878. Windows color (decimal): -11308033 or 16741203. OLE color: 16741203.

HSL color Cylindrical-coordinate representation of color #5373FF: hue angle of 228.84º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5373FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 115 255 -
CMYK 0.67 0.55 0 0
HSL 228.84º 1% 0.66% -
HSV(B) 228.84º 0.67% 1% -
XYZ 27.75 21.32 97.26 -
YUV 121.39 203.4 100.62 -
System Red Green Blue C M Y K H S L
Decimal 83 115 255 0.67 0.55 0 0 228.84 1 0.66
Hex 53 73 FF 43 37 0 0 E5 64 42
Octal 123 163 377 103 67 0 0 345 144 102
Binary 1010011 1110011 11111111 1000011 110111 0 0 11100101 1100100 1000010

Color Harmonies of #5373FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5373FF

Black with #5373FF

Text Example


Text Example

White with #5373FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5373FF; }

 p { color: rgb(83,115,255); }

 H1.HeaderClassName
 {
   color: #5373FF;
 }
 .AnyTagClassName
 {
   color: #5373FF;
 }
</style>

background-color css

<style>
 a { background-color: #5373FF; }

 a { background-color: rgb(83,115,255); }

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

border-color css

<style>
 span { border-color: #5373FF; }

 span { border-color: rgb(83,115,255); }

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