#5A54DD

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

Shades of Slate Blue #5A54DD

Tints of Slate Blue #5A54DD

Color information

#5A54DD (or 0x5A54DD) is unknown color: approx Slate Blue. HEX triplet: 5A, 54 and DD. RGB value is (90,84,221). Sum of RGB (Red+Green+Blue) = 90+84+221=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A54DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A54DD is #A5AB22. Grayscale: #646464. Windows color (decimal): -10857251 or 14505050. OLE color: 14505050.

HSL color Cylindrical-coordinate representation of color #5A54DD: hue angle of 242.63º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A54DD is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9084221-
CMYK0.590.6200.13
HSL242.63º66.83%59.8%-
HSV(B)242.63º61.99%86.67%-
XYZ20.4413.7369.98-
YUV101.41195.49119.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.78%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 221 (86.72% from 255) = 55.95%
R=22.78%
G=21.27%
B=55.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal90842210.590.6200.13242.6366.8359.8
Hex5A54DD3B3E0Df3433c
Octal132124335737601536310374
Binary101101010101001101110111101111111001101111100111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A54DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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