Html Css Color HEX #544ECC Slate Blue

📋 copy color: '#544ECC'

red 84 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #544ECC

Tints of Slate Blue #544ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.74%

R = 22.95%
G = 21.31%
B = 55.74%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#544ECC (or 0x544ECC) is known color: Slate Blue. HEX triplet: 54, 4E and CC. RGB value is (84,78,204). Sum of RGB (Red+Green+Blue) = 84+78+204=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #544ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544ECC is #ABB133. Grayscale: #5D5D5D. Windows color (decimal): -11252020 or 13389396. OLE color: 13389396.

HSL color Cylindrical-coordinate representation of color #544ECC: hue angle of 242.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544ECC is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 78 204 -
CMYK 0.59 0.62 0 0.2
HSL 242.86º 0.55% 0.55% -
HSV(B) 242.86º 0.62% 0.8% -
XYZ 17.28 11.69 58.47 -
YUV 94.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 84 78 204 0.59 0.62 0 0.2 242.86 0.55 0.55
Hex 54 4E CC 3B 3E 0 14 F3 37 37
Octal 124 116 314 73 76 0 24 363 67 67
Binary 1010100 1001110 11001100 111011 111110 0 10100 11110011 110111 110111

Color Harmonies of #544ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544ECC

Black with #544ECC

Text Example


Text Example

White with #544ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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