#5576FD

Color #5576FD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #5576FD

Tints of Royal Blue #5576FD

Color information

#5576FD (or 0x5576FD) is unknown color: approx 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

RGB85118253-
CMYK0.660.5300.01
HSL228.21º97.67%66.27%-
HSV(B)228.21º66.4%99.22%-
XYZ27.9521.9895.7-
YUV123.52201.07100.52-

RGB Variations

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

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 (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal851182530.660.5300.01228.2197.6766.27
Hex5576FD423501e46242
Octal1251663751026501344142102
Binary10101011110110111111011000010110101011110010011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5576FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>