#5A56AA

Color #5A56AA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5A56AA

Tints of Rich Blue #5A56AA

Color information

#5A56AA (or 0x5A56AA) is unknown color: approx Rich Blue. HEX triplet: 5A, 56 and AA. RGB value is (90,86,170). Sum of RGB (Red+Green+Blue) = 90+86+170=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A56AA is #A5A955. Grayscale: #606060. Windows color (decimal): -10856790 or 11163226. OLE color: 11163226.

HSL color Cylindrical-coordinate representation of color #5A56AA: hue angle of 242.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A56AA is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9086170-
CMYK0.470.4900.33
HSL242.86º33.07%50.2%-
HSV(B)242.86º49.41%66.67%-
XYZ14.811.7339.51-
YUV96.77169.33123.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=26.01%
G=24.86%
B=49.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90861700.470.4900.33242.8633.0750.2
Hex5A56AA2F31021f32132
Octal13212625257610413634162
Binary1011010101011010101010101111110001010000111110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A56AA; }

 p { color: rgb(90,86,170); }

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

<style>
 a { background-color: #5A56AA; }

 a { background-color: rgb(90,86,170); }

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

<style>
 span { border-color: #5A56AA; }

 span { border-color: rgb(90,86,170); }

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