#556FE1

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

Shades of Royal Blue #556FE1

Tints of Royal Blue #556FE1

Color information

#556FE1 (or 0x556FE1) is unknown color: approx Royal Blue. HEX triplet: 55, 6F and E1. RGB value is (85,111,225). Sum of RGB (Red+Green+Blue) = 85+111+225=421 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.19% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #556FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FE1 is #AA901E. Grayscale: #737373. Windows color (decimal): -11178015 or 14774101. OLE color: 14774101.

HSL color Cylindrical-coordinate representation of color #556FE1: hue angle of 228.86º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556FE1 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85111225-
CMYK0.620.5100.12
HSL228.86º70%60.78%-
HSV(B)228.86º62.22%88.24%-
XYZ23.0218.7473.64-
YUV116.22189.39105.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.19%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 225 (88.28% from 255) = 53.44%
R=20.19%
G=26.37%
B=53.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal851112250.620.5100.12228.867060.78
Hex556FE13E330Ce5463d
Octal125157341766301434510675
Binary101010111011111110000111111011001101100111001011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556FE1; }

 p { color: rgb(85,111,225); }

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

<style>
 a { background-color: #556FE1; }

 a { background-color: rgb(85,111,225); }

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

<style>
 span { border-color: #556FE1; }

 span { border-color: rgb(85,111,225); }

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