#5544D5

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

Shades of Slate Blue #5544D5

Tints of Slate Blue #5544D5

Color information

#5544D5 (or 0x5544D5) is unknown color: approx Slate Blue. HEX triplet: 55, 44 and D5. RGB value is (85,68,213). Sum of RGB (Red+Green+Blue) = 85+68+213=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #5544D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5544D5 is #AABB2A. Grayscale: #595959. Windows color (decimal): -11189035 or 13976661. OLE color: 13976661.

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

Color convert

RGB8568213-
CMYK0.600.6800.16
HSL247.03º63.32%55.1%-
HSV(B)247.03º68.08%83.53%-
XYZ17.8210.8764.11-
YUV89.61197.63124.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 213 (83.59% from 255) = 58.20%
R=23.22%
G=18.58%
B=58.20%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal85682130.600.6800.16247.0363.3255.1
Hex5544D53C44010f73f37
Octal125104325741040203677767
Binary1010101100010011010101111100100010001000011110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5544D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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