#5A54C1

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

Shades of Slate Blue #5A54C1

Tints of Slate Blue #5A54C1

Color information

#5A54C1 (or 0x5A54C1) is unknown color: approx Slate Blue. HEX triplet: 5A, 54 and C1. RGB value is (90,84,193). Sum of RGB (Red+Green+Blue) = 90+84+193=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A54C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54C1 is #A5AB3E. Grayscale: #616161. Windows color (decimal): -10857279 or 12670042. OLE color: 12670042.

HSL color Cylindrical-coordinate representation of color #5A54C1: hue angle of 243.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A54C1 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9084193-
CMYK0.530.5600.24
HSL243.3º46.78%54.31%-
HSV(B)243.3º56.48%75.69%-
XYZ17.0112.3651.94-
YUV98.22181.49122.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.52%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 193 (75.78% from 255) = 52.59%
R=24.52%
G=22.89%
B=52.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90841930.530.5600.24243.346.7854.31
Hex5A54C13538018f32f36
Octal13212430165700303635766
Binary101101010101001100000111010111100001100011110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A54C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,84,193); }

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

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

 a { background-color: rgb(90,84,193); }

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

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

 span { border-color: rgb(90,84,193); }

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