Html Css Color HEX #543DDD Slate Blue

📋 copy color: '#543DDD'

red 84 ◦ green 61 ◦ blue 221

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

Shades of Slate Blue #543DDD

Tints of Slate Blue #543DDD

RGB

 RED value IS 84 (33.2% from 255) = 22.95%

 GREEN value IS 61 (24.22% from 255) = 16.67%

 BLUE value IS 221 (86.72% from 255) = 60.38%

R = 22.95%
G = 16.67%
B = 60.38%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#543DDD (or 0x543DDD) is known color: Slate Blue. HEX triplet: 54, 3D and DD. RGB value is (84,61,221). Sum of RGB (Red+Green+Blue) = 84+61+221=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #543DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543DDD is #ABC222. Grayscale: #555555. Windows color (decimal): -11256355 or 14499156. OLE color: 14499156.

HSL color Cylindrical-coordinate representation of color #543DDD: hue angle of 248.63º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543DDD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 61 221 -
CMYK 0.62 0.72 0 0.13
HSL 248.63º 0.7% 0.55% -
HSV(B) 248.63º 0.72% 0.87% -
XYZ 18.38 10.44 69.45 -
YUV 86.12 204.12 126.49 -
System Red Green Blue C M Y K H S L
Decimal 84 61 221 0.62 0.72 0 0.13 248.63 0.7 0.55
Hex 54 3D DD 3E 48 0 D F9 46 37
Octal 124 75 335 76 110 0 15 371 106 67
Binary 1010100 111101 11011101 111110 1001000 0 1101 11111001 1000110 110111

Color Harmonies of #543DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543DDD

Black with #543DDD

Text Example


Text Example

White with #543DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543DDD; }

 p { color: rgb(84,61,221); }

 H1.HeaderClassName
 {
   color: #543DDD;
 }
 .AnyTagClassName
 {
   color: #543DDD;
 }
</style>

background-color css

<style>
 a { background-color: #543DDD; }

 a { background-color: rgb(84,61,221); }

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

border-color css

<style>
 span { border-color: #543DDD; }

 span { border-color: rgb(84,61,221); }

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