#5549D8

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

Shades of Slate Blue #5549D8

Tints of Slate Blue #5549D8

Color information

#5549D8 (or 0x5549D8) is unknown color: approx Slate Blue. HEX triplet: 55, 49 and D8. RGB value is (85,73,216). Sum of RGB (Red+Green+Blue) = 85+73+216=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 216 (84.77% from 255 or 57.75% from 374); Max value from RGB is 216 - color contains mainly: blue. Hex color #5549D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549D8 is #AAB627. Grayscale: #5C5C5C. Windows color (decimal): -11187752 or 14174549. OLE color: 14174549.

HSL color Cylindrical-coordinate representation of color #5549D8: hue angle of 245.03º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5549D8 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8573216-
CMYK0.610.6600.15
HSL245.03º64.71%56.67%-
HSV(B)245.03º66.2%84.71%-
XYZ18.5211.6566.24-
YUV92.89197.48122.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 73 (28.91% from 255) = 19.52%
BLUE value IS 216 (84.77% from 255) = 57.75%
R=22.73%
G=19.52%
B=57.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal85732160.610.6600.15245.0364.7156.67
Hex5549D83D420Ff54139
Octal1251113307510201736510171
Binary1010101100100111011000111101100001001111111101011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5549D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5549D8; }

 p { color: rgb(85,73,216); }

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

<style>
 a { background-color: #5549D8; }

 a { background-color: rgb(85,73,216); }

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

<style>
 span { border-color: #5549D8; }

 span { border-color: rgb(85,73,216); }

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