#5A4DC0

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

Shades of Slate Blue #5A4DC0

Tints of Slate Blue #5A4DC0

Color information

#5A4DC0 (or 0x5A4DC0) is unknown color: approx Slate Blue. HEX triplet: 5A, 4D and C0. RGB value is (90,77,192). Sum of RGB (Red+Green+Blue) = 90+77+192=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A4DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4DC0 is #A5B23F. Grayscale: #5D5D5D. Windows color (decimal): -10859072 or 12602714. OLE color: 12602714.

HSL color Cylindrical-coordinate representation of color #5A4DC0: hue angle of 246.78º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A4DC0 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9077192-
CMYK0.530.6000.25
HSL246.78º47.72%52.75%-
HSV(B)246.78º59.9%75.29%-
XYZ16.3811.2951.18-
YUV94183.31125.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=25.07%
G=21.45%
B=53.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90771920.530.6000.25246.7847.7252.75
Hex5A4DC0353C019f73035
Octal13211530065740313676065
Binary101101010011011100000011010111110001100111110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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