#5574FF

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

Shades of Royal Blue #5574FF

Tints of Royal Blue #5574FF

Color information

#5574FF (or 0x5574FF) is unknown color: approx Royal Blue. HEX triplet: 55, 74 and FF. RGB value is (85,116,255). Sum of RGB (Red+Green+Blue) = 85+116+255=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 116 (45.70% from 255 or 25.44% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #5574FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574FF is #AA8B00. Grayscale: #797979. Windows color (decimal): -11176705 or 16741461. OLE color: 16741461.

HSL color Cylindrical-coordinate representation of color #5574FF: hue angle of 229.06º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5574FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB85116255-
CMYK0.670.5500
HSL229.06º100%66.67%-
HSV(B)229.06º66.67%100%-
XYZ28.0421.6497.31-
YUV122.58202.73101.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.64%
GREEN value IS 116 (45.70% from 255) = 25.44%
BLUE value IS 255 (100% from 255) = 55.92%
R=18.64%
G=25.44%
B=55.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal851162550.670.5500229.0610066.67
Hex5574FF433700e56443
Octal1251643771036700345144103
Binary10101011110100111111111000011110111001110010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5574FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,116,255); }

 H1.HeaderClassName
 {
   color: #5574FF;
 }
 .AnyTagClassName
 {
   color: #5574FF;
 }
</style>
background-color css

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

 a { background-color: rgb(85,116,255); }

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

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

 span { border-color: rgb(85,116,255); }

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