Html Css Color HEX #544DDD Slate Blue

📋 copy color: '#544DDD'

red 84 ◦ green 77 ◦ blue 221

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

Shades of Slate Blue #544DDD

Tints of Slate Blue #544DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.16%

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

R = 21.99%
G = 20.16%
B = 57.85%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#544DDD (or 0x544DDD) is known color: Slate Blue. HEX triplet: 54, 4D and DD. RGB value is (84,77,221). Sum of RGB (Red+Green+Blue) = 84+77+221=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #544DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DDD is #ABB222. Grayscale: #5E5E5E. Windows color (decimal): -11252259 or 14503252. OLE color: 14503252.

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

Color convert

RGB 84 77 221 -
CMYK 0.62 0.65 0 0.13
HSL 242.92º 0.68% 0.58% -
HSV(B) 242.92º 0.65% 0.87% -
XYZ 19.36 12.41 69.78 -
YUV 95.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 84 77 221 0.62 0.65 0 0.13 242.92 0.68 0.58
Hex 54 4D DD 3E 41 0 D F3 44 3A
Octal 124 115 335 76 101 0 15 363 104 72
Binary 1010100 1001101 11011101 111110 1000001 0 1101 11110011 1000100 111010

Color Harmonies of #544DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544DDD

Black with #544DDD

Text Example


Text Example

White with #544DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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