#5A56C2

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

Shades of Slate Blue #5A56C2

Tints of Slate Blue #5A56C2

Color information

#5A56C2 (or 0x5A56C2) is unknown color: approx Slate Blue. HEX triplet: 5A, 56 and C2. RGB value is (90,86,194). Sum of RGB (Red+Green+Blue) = 90+86+194=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 194 (76.17% from 255 or 52.43% from 370); Max value from RGB is 194 - color contains mainly: blue. Hex color #5A56C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A56C2 is #A5A93D. Grayscale: #636363. Windows color (decimal): -10856766 or 12736090. OLE color: 12736090.

HSL color Cylindrical-coordinate representation of color #5A56C2: hue angle of 242.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A56C2 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9086194-
CMYK0.540.5600.24
HSL242.22º46.96%54.9%-
HSV(B)242.22º55.67%76.08%-
XYZ17.2812.7252.58-
YUV99.51181.33121.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 194 (76.17% from 255) = 52.43%
R=24.32%
G=23.24%
B=52.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90861940.540.5600.24242.2246.9654.9
Hex5A56C23638018f22f37
Octal13212630266700303625767
Binary101101010101101100001011011011100001100011110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A56C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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