#5547DE

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

Shades of Slate Blue #5547DE

Tints of Slate Blue #5547DE

Color information

#5547DE (or 0x5547DE) is unknown color: approx Slate Blue. HEX triplet: 55, 47 and DE. RGB value is (85,71,222). Sum of RGB (Red+Green+Blue) = 85+71+222=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #5547DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547DE is #AAB821. Grayscale: #5B5B5B. Windows color (decimal): -11188258 or 14567253. OLE color: 14567253.

HSL color Cylindrical-coordinate representation of color #5547DE: hue angle of 245.56º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5547DE is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8571222-
CMYK0.620.6800.13
HSL245.56º69.59%57.45%-
HSV(B)245.56º68.02%87.06%-
XYZ19.1811.7170.36-
YUV92.4201.14122.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 222 (87.11% from 255) = 58.73%
R=22.49%
G=18.78%
B=58.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal85712220.620.6800.13245.5669.5957.45
Hex5547DE3E440Df64639
Octal1251073367610401536610671
Binary1010101100011111011110111110100010001101111101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5547DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5547DE; }

 p { color: rgb(85,71,222); }

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

<style>
 a { background-color: #5547DE; }

 a { background-color: rgb(85,71,222); }

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

<style>
 span { border-color: #5547DE; }

 span { border-color: rgb(85,71,222); }

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