Html Css Color HEX #544ADA Slate Blue

📋 copy color: '#544ADA'

red 84 ◦ green 74 ◦ blue 218

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

Shades of Slate Blue #544ADA

Tints of Slate Blue #544ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 22.34%
G = 19.68%
B = 57.98%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#544ADA (or 0x544ADA) is known color: Slate Blue. HEX triplet: 54, 4A and DA. RGB value is (84,74,218). Sum of RGB (Red+Green+Blue) = 84+74+218=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #544ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ADA is #ABB525. Grayscale: #5C5C5C. Windows color (decimal): -11253030 or 14305876. OLE color: 14305876.

HSL color Cylindrical-coordinate representation of color #544ADA: hue angle of 244.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #544ADA is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 74 218 -
CMYK 0.61 0.66 0 0.15
HSL 244.17º 0.66% 0.57% -
HSV(B) 244.17º 0.66% 0.85% -
XYZ 18.76 11.84 67.63 -
YUV 93.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 84 74 218 0.61 0.66 0 0.15 244.17 0.66 0.57
Hex 54 4A DA 3D 42 0 F F4 42 39
Octal 124 112 332 75 102 0 17 364 102 71
Binary 1010100 1001010 11011010 111101 1000010 0 1111 11110100 1000010 111001

Color Harmonies of #544ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544ADA

Black with #544ADA

Text Example


Text Example

White with #544ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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