Html Css Color HEX #544ADD Slate Blue

📋 copy color: '#544ADD'

red 84 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #544ADD

Tints of Slate Blue #544ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.53%

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

R = 22.16%
G = 19.53%
B = 58.31%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#544ADD (or 0x544ADD) is known color: Slate Blue. HEX triplet: 54, 4A and DD. RGB value is (84,74,221). Sum of RGB (Red+Green+Blue) = 84+74+221=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #544ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ADD is #ABB522. Grayscale: #5D5D5D. Windows color (decimal): -11253027 or 14502484. OLE color: 14502484.

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

Color convert

RGB 84 74 221 -
CMYK 0.62 0.67 0 0.13
HSL 244.08º 0.68% 0.58% -
HSV(B) 244.08º 0.67% 0.87% -
XYZ 19.16 12 69.71 -
YUV 93.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 84 74 221 0.62 0.67 0 0.13 244.08 0.68 0.58
Hex 54 4A DD 3E 43 0 D F4 44 3A
Octal 124 112 335 76 103 0 15 364 104 72
Binary 1010100 1001010 11011101 111110 1000011 0 1101 11110100 1000100 111010

Color Harmonies of #544ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544ADD

Black with #544ADD

Text Example


Text Example

White with #544ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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