#5A56E1

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

Shades of Slate Blue #5A56E1

Tints of Slate Blue #5A56E1

Color information

#5A56E1 (or 0x5A56E1) is unknown color: approx Slate Blue. HEX triplet: 5A, 56 and E1. RGB value is (90,86,225). Sum of RGB (Red+Green+Blue) = 90+86+225=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 225 (88.28% from 255 or 56.11% from 401); Max value from RGB is 225 - color contains mainly: blue. Hex color #5A56E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A56E1 is #A5A91E. Grayscale: #666666. Windows color (decimal): -10856735 or 14767706. OLE color: 14767706.

HSL color Cylindrical-coordinate representation of color #5A56E1: hue angle of 241.73º 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 #5A56E1 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9086225-
CMYK0.600.6200.12
HSL241.73º69.85%60.98%-
HSV(B)241.73º61.78%88.24%-
XYZ21.1314.2772.87-
YUV103.04196.83118.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 225 (88.28% from 255) = 56.11%
R=22.44%
G=21.45%
B=56.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal90862250.600.6200.12241.7369.8560.98
Hex5A56E13C3E0Cf2463d
Octal132126341747601436210675
Binary101101010101101110000111110011111001100111100101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A56E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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