Html Css Color HEX #544CDE Slate Blue

📋 copy color: '#544CDE'

red 84 ◦ green 76 ◦ blue 222

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

Shades of Slate Blue #544CDE

Tints of Slate Blue #544CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.9%

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

R = 21.99%
G = 19.9%
B = 58.12%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#544CDE (or 0x544CDE) is known color: Slate Blue. HEX triplet: 54, 4C and DE. RGB value is (84,76,222). Sum of RGB (Red+Green+Blue) = 84+76+222=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #544CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CDE is #ABB321. Grayscale: #5E5E5E. Windows color (decimal): -11252514 or 14568532. OLE color: 14568532.

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

Color convert

RGB 84 76 222 -
CMYK 0.62 0.66 0 0.13
HSL 243.29º 0.69% 0.58% -
HSV(B) 243.29º 0.66% 0.87% -
XYZ 19.43 12.33 70.46 -
YUV 95.04 199.65 120.13 -
System Red Green Blue C M Y K H S L
Decimal 84 76 222 0.62 0.66 0 0.13 243.29 0.69 0.58
Hex 54 4C DE 3E 42 0 D F3 45 3A
Octal 124 114 336 76 102 0 15 363 105 72
Binary 1010100 1001100 11011110 111110 1000010 0 1101 11110011 1000101 111010

Color Harmonies of #544CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544CDE

Black with #544CDE

Text Example


Text Example

White with #544CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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