#5542c9

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

Shades of Slate Blue #5542C9

Tints of Slate Blue #5542C9

Color information

#5542C9 (or 0x5542C9) is unknown color: approx Slate Blue. HEX triplet: 55, 42 and C9. RGB value is (85,66,201). Sum of RGB (Red+Green+Blue) = 85+66+201=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #5542C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542C9 is #AABD36. Grayscale: #565656. Windows color (decimal): -11189559 or 13189717. OLE color: 13189717.

HSL color Cylindrical-coordinate representation of color #5542C9: hue angle of 248.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5542C9 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8566201-
CMYK0.580.6700.21
HSL248.44º55.56%52.35%-
HSV(B)248.44º67.16%78.82%-
XYZ16.2410.0456.34-
YUV87.07192.29126.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.15%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 201 (78.91% from 255) = 57.10%
R=24.15%
G=18.75%
B=57.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85662010.580.6700.21248.4455.5652.35
Hex5542C93A43015f83834
Octal125102311721030253707064
Binary1010101100001011001001111010100001101010111111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5542c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5542c9; }

 p { color: rgb(85,66,201); }

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

<style>
 a { background-color: #5542c9; }

 a { background-color: rgb(85,66,201); }

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

<style>
 span { border-color: #5542c9; }

 span { border-color: rgb(85,66,201); }

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