#5A49C0

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

Shades of Slate Blue #5A49C0

Tints of Slate Blue #5A49C0

Color information

#5A49C0 (or 0x5A49C0) is unknown color: approx Slate Blue. HEX triplet: 5A, 49 and C0. RGB value is (90,73,192). Sum of RGB (Red+Green+Blue) = 90+73+192=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A49C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A49C0 is #A5B63F. Grayscale: #5B5B5B. Windows color (decimal): -10860096 or 12601690. OLE color: 12601690.

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

Color convert

RGB9073192-
CMYK0.530.6200.25
HSL248.57º48.57%51.96%-
HSV(B)248.57º61.98%75.29%-
XYZ16.1110.7451.09-
YUV91.65184.63126.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=25.35%
G=20.56%
B=54.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90731920.530.6200.25248.5748.5751.96
Hex5A49C0353E019f93134
Octal13211130065760313716164
Binary101101010010011100000011010111111001100111111001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A49C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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