#5543C6

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

Shades of Slate Blue #5543C6

Tints of Slate Blue #5543C6

Color information

#5543C6 (or 0x5543C6) is unknown color: approx Slate Blue. HEX triplet: 55, 43 and C6. RGB value is (85,67,198). Sum of RGB (Red+Green+Blue) = 85+67+198=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 198 (77.73% from 255 or 56.57% from 350); Max value from RGB is 198 - color contains mainly: blue. Hex color #5543C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543C6 is #AABC39. Grayscale: #565656. Windows color (decimal): -11189306 or 12993365. OLE color: 12993365.

HSL color Cylindrical-coordinate representation of color #5543C6: hue angle of 248.24º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5543C6 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8567198-
CMYK0.570.6600.22
HSL248.24º53.47%51.96%-
HSV(B)248.24º66.16%77.65%-
XYZ15.9510.0254.52-
YUV87.32190.46126.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.29%
GREEN value IS 67 (26.56% from 255) = 19.14%
BLUE value IS 198 (77.73% from 255) = 56.57%
R=24.29%
G=19.14%
B=56.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal85671980.570.6600.22248.2453.4751.96
Hex5543C63942016f83534
Octal125103306711020263706564
Binary1010101100001111000110111001100001001011011111000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5543C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5543C6; }

 p { color: rgb(85,67,198); }

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

<style>
 a { background-color: #5543C6; }

 a { background-color: rgb(85,67,198); }

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

<style>
 span { border-color: #5543C6; }

 span { border-color: rgb(85,67,198); }

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