#5854D5

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

Shades of Slate Blue #5854D5

Tints of Slate Blue #5854D5

Color information

#5854D5 (or 0x5854D5) is unknown color: approx Slate Blue. HEX triplet: 58, 54 and D5. RGB value is (88,84,213). Sum of RGB (Red+Green+Blue) = 88+84+213=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #5854D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5854D5 is #A7AB2A. Grayscale: #636363. Windows color (decimal): -10988331 or 13980760. OLE color: 13980760.

HSL color Cylindrical-coordinate representation of color #5854D5: hue angle of 241.86º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5854D5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8884213-
CMYK0.590.6100.16
HSL241.86º60.56%58.24%-
HSV(B)241.86º60.56%83.53%-
XYZ19.2113.2264.49-
YUV99.9191.83119.51-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 213 (83.59% from 255) = 55.32%
R=22.86%
G=21.82%
B=55.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88842130.590.6100.16241.8660.5658.24
Hex5854D53B3D010f23d3a
Octal13012432573750203627572
Binary101100010101001101010111101111110101000011110010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5854D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5854D5; }

 p { color: rgb(88,84,213); }

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

<style>
 a { background-color: #5854D5; }

 a { background-color: rgb(88,84,213); }

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

<style>
 span { border-color: #5854D5; }

 span { border-color: rgb(88,84,213); }

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