Html Css Color HEX #5377FC Royal Blue

📋 copy color: '#5377FC'

red 83 ◦ green 119 ◦ blue 252

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

Shades of Royal Blue #5377FC

Tints of Royal Blue #5377FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.21%

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 18.28%
G = 26.21%
B = 55.51%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5377FC (or 0x5377FC) is known color: Royal Blue. HEX triplet: 53, 77 and FC. RGB value is (83,119,252). Sum of RGB (Red+Green+Blue) = 83+119+252=454 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.28% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #5377FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377FC is #AC8803. Grayscale: #7A7A7A. Windows color (decimal): -11307012 or 16545619. OLE color: 16545619.

HSL color Cylindrical-coordinate representation of color #5377FC: hue angle of 227.22º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5377FC is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 119 252 -
CMYK 0.67 0.53 0 0.01
HSL 227.22º 0.97% 0.66% -
HSV(B) 227.22º 0.67% 0.99% -
XYZ 27.73 22.06 94.89 -
YUV 123.4 200.57 99.19 -
System Red Green Blue C M Y K H S L
Decimal 83 119 252 0.67 0.53 0 0.01 227.22 0.97 0.66
Hex 53 77 FC 43 35 0 1 E3 61 42
Octal 123 167 374 103 65 0 1 343 141 102
Binary 1010011 1110111 11111100 1000011 110101 0 1 11100011 1100001 1000010

Color Harmonies of #5377FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5377FC

Black with #5377FC

Text Example


Text Example

White with #5377FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5377FC; }

 p { color: rgb(83,119,252); }

 H1.HeaderClassName
 {
   color: #5377FC;
 }
 .AnyTagClassName
 {
   color: #5377FC;
 }
</style>

background-color css

<style>
 a { background-color: #5377FC; }

 a { background-color: rgb(83,119,252); }

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

border-color css

<style>
 span { border-color: #5377FC; }

 span { border-color: rgb(83,119,252); }

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