#556AEB

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

Shades of Royal Blue #556AEB

Tints of Royal Blue #556AEB

Color information

#556AEB (or 0x556AEB) is unknown color: approx Royal Blue. HEX triplet: 55, 6A and EB. RGB value is (85,106,235). Sum of RGB (Red+Green+Blue) = 85+106+235=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #556AEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556AEB is #AA9514. Grayscale: #717171. Windows color (decimal): -11179285 or 15428181. OLE color: 15428181.

HSL color Cylindrical-coordinate representation of color #556AEB: hue angle of 231.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556AEB is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB85106235-
CMYK0.640.5500.08
HSL231.6º78.95%62.75%-
HSV(B)231.6º63.83%92.16%-
XYZ23.918.2480.86-
YUV114.43196.04107.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 235 (92.19% from 255) = 55.16%
R=19.95%
G=24.88%
B=55.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal851062350.640.5500.08231.678.9562.75
Hex556AEB403708e84f3f
Octal1251523531006701035011777
Binary1010101110101011101011100000011011101000111010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,106,235); }

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

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

 a { background-color: rgb(85,106,235); }

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

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

 span { border-color: rgb(85,106,235); }

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