Html Css Color HEX #544ECE Slate Blue

📋 copy color: '#544ECE'

red 84 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #544ECE

Tints of Slate Blue #544ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 206 (80.86% from 255) = 55.98%

R = 22.83%
G = 21.2%
B = 55.98%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#544ECE (or 0x544ECE) is known color: Slate Blue. HEX triplet: 54, 4E and CE. RGB value is (84,78,206). Sum of RGB (Red+Green+Blue) = 84+78+206=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #544ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544ECE is #ABB131. Grayscale: #5D5D5D. Windows color (decimal): -11252018 or 13520468. OLE color: 13520468.

HSL color Cylindrical-coordinate representation of color #544ECE: hue angle of 242.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544ECE is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 78 206 -
CMYK 0.59 0.62 0 0.19
HSL 242.81º 0.57% 0.56% -
HSV(B) 242.81º 0.62% 0.81% -
XYZ 17.52 11.79 59.74 -
YUV 94.39 190.99 120.59 -
System Red Green Blue C M Y K H S L
Decimal 84 78 206 0.59 0.62 0 0.19 242.81 0.57 0.56
Hex 54 4E CE 3B 3E 0 13 F3 39 38
Octal 124 116 316 73 76 0 23 363 71 70
Binary 1010100 1001110 11001110 111011 111110 0 10011 11110011 111001 111000

Color Harmonies of #544ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544ECE

Black with #544ECE

Text Example


Text Example

White with #544ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,78,206); }

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

background-color css

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

 a { background-color: rgb(84,78,206); }

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

border-color css

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

 span { border-color: rgb(84,78,206); }

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