Html Css Color HEX #5576FD Royal Blue

📋 copy color: '#5576FD'

red 85 ◦ green 118 ◦ blue 253

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

Shades of Royal Blue #5576FD

Tints of Royal Blue #5576FD

RGB

 RED value IS 85 (33.59% from 255) = 18.64%

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 253 (99.22% from 255) = 55.48%

R = 18.64%
G = 25.88%
B = 55.48%

CMYK

 C value IS 0.66

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5576FD (or 0x5576FD) is known color: Royal Blue. HEX triplet: 55, 76 and FD. RGB value is (85,118,253). Sum of RGB (Red+Green+Blue) = 85+118+253=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #5576FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5576FD is #AA8902. Grayscale: #7A7A7A. Windows color (decimal): -11176195 or 16610901. OLE color: 16610901.

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

Color convert

RGB 85 118 253 -
CMYK 0.66 0.53 0 0.01
HSL 228.21º 0.98% 0.66% -
HSV(B) 228.21º 0.66% 0.99% -
XYZ 27.95 21.98 95.7 -
YUV 123.52 201.07 100.52 -
System Red Green Blue C M Y K H S L
Decimal 85 118 253 0.66 0.53 0 0.01 228.21 0.98 0.66
Hex 55 76 FD 42 35 0 1 E4 62 42
Octal 125 166 375 102 65 0 1 344 142 102
Binary 1010101 1110110 11111101 1000010 110101 0 1 11100100 1100010 1000010

Color Harmonies of #5576FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5576FD

Black with #5576FD

Text Example


Text Example

White with #5576FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5576FD; }

 p { color: rgb(85,118,253); }

 H1.HeaderClassName
 {
   color: #5576FD;
 }
 .AnyTagClassName
 {
   color: #5576FD;
 }
</style>

background-color css

<style>
 a { background-color: #5576FD; }

 a { background-color: rgb(85,118,253); }

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

border-color css

<style>
 span { border-color: #5576FD; }

 span { border-color: rgb(85,118,253); }

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