Html Css Color HEX #544ADE Slate Blue

📋 copy color: '#544ADE'

red 84 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #544ADE

Tints of Slate Blue #544ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.42%

R = 22.11%
G = 19.47%
B = 58.42%

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

#544ADE (or 0x544ADE) is known color: Slate Blue. HEX triplet: 54, 4A and DE. RGB value is (84,74,222). Sum of RGB (Red+Green+Blue) = 84+74+222=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #544ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544ADE is #ABB521. Grayscale: #5D5D5D. Windows color (decimal): -11253026 or 14568020. OLE color: 14568020.

HSL color Cylindrical-coordinate representation of color #544ADE: hue angle of 244.05º degrees, saturation: 0.69, 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 #544ADE is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 74 222 -
CMYK 0.62 0.67 0 0.13
HSL 244.05º 0.69% 0.58% -
HSV(B) 244.05º 0.67% 0.87% -
XYZ 19.29 12.06 70.42 -
YUV 93.86 200.31 120.97 -
System Red Green Blue C M Y K H S L
Decimal 84 74 222 0.62 0.67 0 0.13 244.05 0.69 0.58
Hex 54 4A DE 3E 43 0 D F4 45 3A
Octal 124 112 336 76 103 0 15 364 105 72
Binary 1010100 1001010 11011110 111110 1000011 0 1101 11110100 1000101 111010

Color Harmonies of #544ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544ADE

Black with #544ADE

Text Example


Text Example

White with #544ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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