#553FD7

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

Shades of Slate Blue #553FD7

Tints of Slate Blue #553FD7

Color information

#553FD7 (or 0x553FD7) is unknown color: approx Slate Blue. HEX triplet: 55, 3F and D7. RGB value is (85,63,215). Sum of RGB (Red+Green+Blue) = 85+63+215=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #553FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553FD7 is #AAC028. Grayscale: #565656. Windows color (decimal): -11190313 or 14106453. OLE color: 14106453.

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

Color convert

RGB8563215-
CMYK0.600.7100.16
HSL248.68º65.52%54.51%-
HSV(B)248.68º70.7%84.31%-
XYZ17.7910.3965.36-
YUV86.91200.29126.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 215 (84.38% from 255) = 59.23%
R=23.42%
G=17.36%
B=59.23%

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
Decimal85632150.600.7100.16248.6865.5254.51
Hex553FD73C47010f94237
Octal125773277410702037110267
Binary1010101111111110101111111001000111010000111110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,63,215); }

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

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

 a { background-color: rgb(85,63,215); }

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

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

 span { border-color: rgb(85,63,215); }

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