Html Css Color HEX #5371FF Royal Blue

📋 copy color: '#5371FF'

red 83 ◦ green 113 ◦ blue 255

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

Shades of Royal Blue #5371FF

Tints of Royal Blue #5371FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.06%

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

R = 18.4%
G = 25.06%
B = 56.54%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5371FF (or 0x5371FF) is known color: Royal Blue. HEX triplet: 53, 71 and FF. RGB value is (83,113,255). Sum of RGB (Red+Green+Blue) = 83+113+255=451 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.40% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #5371FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5371FF is #AC8E00. Grayscale: #777777. Windows color (decimal): -11308545 or 16740691. OLE color: 16740691.

HSL color Cylindrical-coordinate representation of color #5371FF: hue angle of 229.53º 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 #5371FF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 113 255 -
CMYK 0.67 0.56 0 0
HSL 229.53º 1% 0.66% -
HSV(B) 229.53º 0.67% 1% -
XYZ 27.52 20.87 97.19 -
YUV 120.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 83 113 255 0.67 0.56 0 0 229.53 1 0.66
Hex 53 71 FF 43 38 0 0 E6 64 42
Octal 123 161 377 103 70 0 0 346 144 102
Binary 1010011 1110001 11111111 1000011 111000 0 0 11100110 1100100 1000010

Color Harmonies of #5371FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5371FF

Black with #5371FF

Text Example


Text Example

White with #5371FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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