Html Css Color HEX #544CCD Slate Blue

📋 copy color: '#544CCD'

red 84 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #544CCD

Tints of Slate Blue #544CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.16%

R = 23.01%
G = 20.82%
B = 56.16%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#544CCD (or 0x544CCD) is known color: Slate Blue. HEX triplet: 54, 4C and CD. RGB value is (84,76,205). Sum of RGB (Red+Green+Blue) = 84+76+205=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #544CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CCD is #ABB332. Grayscale: #5C5C5C. Windows color (decimal): -11252531 or 13454420. OLE color: 13454420.

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

Color convert

RGB 84 76 205 -
CMYK 0.59 0.63 0 0.20
HSL 243.72º 0.56% 0.55% -
HSV(B) 243.72º 0.63% 0.8% -
XYZ 17.26 11.46 59.06 -
YUV 93.1 191.15 121.51 -
System Red Green Blue C M Y K H S L
Decimal 84 76 205 0.59 0.63 0 0.20 243.72 0.56 0.55
Hex 54 4C CD 3B 3F 0 14 F4 38 37
Octal 124 114 315 73 77 0 24 364 70 67
Binary 1010100 1001100 11001101 111011 111111 0 10100 11110100 111000 110111

Color Harmonies of #544CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544CCD

Black with #544CCD

Text Example


Text Example

White with #544CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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