#5A4AC0

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

Shades of Slate Blue #5A4AC0

Tints of Slate Blue #5A4AC0

Color information

#5A4AC0 (or 0x5A4AC0) is unknown color: approx Slate Blue. HEX triplet: 5A, 4A and C0. RGB value is (90,74,192). Sum of RGB (Red+Green+Blue) = 90+74+192=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A4AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A4AC0 is #A5B53F. Grayscale: #5B5B5B. Windows color (decimal): -10859840 or 12601946. OLE color: 12601946.

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

Color convert

RGB9074192-
CMYK0.530.6100.25
HSL248.14º48.36%52.16%-
HSV(B)248.14º61.46%75.29%-
XYZ16.1810.8851.12-
YUV92.24184.3126.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 192 (75.39% from 255) = 53.93%
R=25.28%
G=20.79%
B=53.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90741920.530.6100.25248.1448.3652.16
Hex5A4AC0353D019f83034
Octal13211230065750313706064
Binary101101010010101100000011010111110101100111111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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