Html Css Color HEX #5773FC Royal Blue

📋 copy color: '#5773FC'

red 87 ◦ green 115 ◦ blue 252

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

Shades of Royal Blue #5773FC

Tints of Royal Blue #5773FC

RGB

 RED value IS 87 (34.38% from 255) = 19.16%

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

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

R = 19.16%
G = 25.33%
B = 55.51%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5773FC (or 0x5773FC) is known color: Royal Blue. HEX triplet: 57, 73 and FC. RGB value is (87,115,252). Sum of RGB (Red+Green+Blue) = 87+115+252=454 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.16% from 454); Green value is 115 (45.31% from 255 or 25.33% 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 #5773FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5773FC is #A88C03. Grayscale: #797979. Windows color (decimal): -11045892 or 16544599. OLE color: 16544599.

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

Color convert

RGB 87 115 252 -
CMYK 0.65 0.54 0 0.01
HSL 229.82º 0.96% 0.66% -
HSV(B) 229.82º 0.65% 0.99% -
XYZ 27.63 21.32 94.75 -
YUV 122.25 201.22 102.86 -
System Red Green Blue C M Y K H S L
Decimal 87 115 252 0.65 0.54 0 0.01 229.82 0.96 0.66
Hex 57 73 FC 41 36 0 1 E6 60 42
Octal 127 163 374 101 66 0 1 346 140 102
Binary 1010111 1110011 11111100 1000001 110110 0 1 11100110 1100000 1000010

Color Harmonies of #5773FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5773FC

Black with #5773FC

Text Example


Text Example

White with #5773FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,115,252); }

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

background-color css

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

 a { background-color: rgb(87,115,252); }

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

border-color css

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

 span { border-color: rgb(87,115,252); }

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