#5A4DD4

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

Shades of Slate Blue #5A4DD4

Tints of Slate Blue #5A4DD4

Color information

#5A4DD4 (or 0x5A4DD4) is unknown color: approx Slate Blue. HEX triplet: 5A, 4D and D4. RGB value is (90,77,212). Sum of RGB (Red+Green+Blue) = 90+77+212=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 212 (83.20% from 255 or 55.94% from 379); Max value from RGB is 212 - color contains mainly: blue. Hex color #5A4DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DD4 is #A5B22B. Grayscale: #5F5F5F. Windows color (decimal): -10859052 or 13913434. OLE color: 13913434.

HSL color Cylindrical-coordinate representation of color #5A4DD4: hue angle of 245.78º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A4DD4 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9077212-
CMYK0.580.6400.17
HSL245.78º61.09%56.67%-
HSV(B)245.78º63.68%83.14%-
XYZ18.7512.2363.66-
YUV96.28193.31123.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 23.75%
GREEN value IS 77 (30.47% from 255) = 20.32%
BLUE value IS 212 (83.20% from 255) = 55.94%
R=23.75%
G=20.32%
B=55.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal90772120.580.6400.17245.7861.0956.67
Hex5A4DD43A40011f63d39
Octal132115324721000213667571
Binary1011010100110111010100111010100000001000111110110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,77,212); }

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

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

 a { background-color: rgb(90,77,212); }

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

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

 span { border-color: rgb(90,77,212); }

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