Html Css Color HEX #5543C1 Slate Blue

📋 copy color: '#5543C1'

red 85 ◦ green 67 ◦ blue 193

#5543C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5543C1

Tints of Slate Blue #5543C1

RGB

 RED value IS 85 (33.59% from 255) = 24.64%

 GREEN value IS 67 (26.56% from 255) = 19.42%

 BLUE value IS 193 (75.78% from 255) = 55.94%

R = 24.64%
G = 19.42%
B = 55.94%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5543C1 (or 0x5543C1) is known color: Slate Blue. HEX triplet: 55, 43 and C1. RGB value is (85,67,193). Sum of RGB (Red+Green+Blue) = 85+67+193=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #5543C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5543C1 is #AABC3E. Grayscale: #565656. Windows color (decimal): -11189311 or 12665685. OLE color: 12665685.

HSL color Cylindrical-coordinate representation of color #5543C1: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5543C1 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 67 193 -
CMYK 0.56 0.65 0 0.24
HSL 248.57º 0.5% 0.51% -
HSV(B) 248.57º 0.65% 0.76% -
XYZ 15.38 9.8 51.53 -
YUV 86.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 85 67 193 0.56 0.65 0 0.24 248.57 0.5 0.51
Hex 55 43 C1 38 41 0 18 F9 32 33
Octal 125 103 301 70 101 0 30 371 62 63
Binary 1010101 1000011 11000001 111000 1000001 0 11000 11111001 110010 110011

Color Harmonies of #5543C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5543C1

Black with #5543C1

Text Example


Text Example

White with #5543C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5543C1;
 }
 .AnyTagClassName
 {
   color: #5543C1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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