#5A4FC9

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

Shades of Slate Blue #5A4FC9

Tints of Slate Blue #5A4FC9

Color information

#5A4FC9 (or 0x5A4FC9) is unknown color: approx Slate Blue. HEX triplet: 5A, 4F and C9. RGB value is (90,79,201). Sum of RGB (Red+Green+Blue) = 90+79+201=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A4FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A4FC9 is #A5B036. Grayscale: #5F5F5F. Windows color (decimal): -10858551 or 13193050. OLE color: 13193050.

HSL color Cylindrical-coordinate representation of color #5A4FC9: hue angle of 245.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A4FC9 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9079201-
CMYK0.550.6100.21
HSL245.41º53.04%54.9%-
HSV(B)245.41º60.7%78.82%-
XYZ17.5611.9856.65-
YUV96.2187.14123.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.32%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 201 (78.91% from 255) = 54.32%
R=24.32%
G=21.35%
B=54.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal90792010.550.6100.21245.4153.0454.9
Hex5A4FC9373D015f53537
Octal13211731167750253656567
Binary101101010011111100100111011111110101010111110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,79,201); }

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

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

 a { background-color: rgb(90,79,201); }

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

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

 span { border-color: rgb(90,79,201); }

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