#553ed5

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

Shades of Slate Blue #553ED5

Tints of Slate Blue #553ED5

Color information

#553ED5 (or 0x553ED5) is unknown color: approx Slate Blue. HEX triplet: 55, 3E and D5. RGB value is (85,62,213). Sum of RGB (Red+Green+Blue) = 85+62+213=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #553ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ED5 is #AAC12A. Grayscale: #555555. Windows color (decimal): -11190571 or 13975125. OLE color: 13975125.

HSL color Cylindrical-coordinate representation of color #553ED5: hue angle of 249.14º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553ED5 is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8562213-
CMYK0.600.7100.16
HSL249.14º64.26%53.92%-
HSV(B)249.14º70.89%83.53%-
XYZ17.4810.1863.99-
YUV86.09199.62127.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 213 (83.59% from 255) = 59.17%
R=23.61%
G=17.22%
B=59.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85622130.600.7100.16249.1464.2653.92
Hex553ED53C47010f94036
Octal125763257410702037110066
Binary1010101111110110101011111001000111010000111110011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553ed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553ed5; }

 p { color: rgb(85,62,213); }

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

<style>
 a { background-color: #553ed5; }

 a { background-color: rgb(85,62,213); }

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

<style>
 span { border-color: #553ed5; }

 span { border-color: rgb(85,62,213); }

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