Html Css Color HEX #544CDD Slate Blue

📋 copy color: '#544CDD'

red 84 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #544CDD

Tints of Slate Blue #544CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 22.05%
G = 19.95%
B = 58.01%

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

#544CDD (or 0x544CDD) is known color: Slate Blue. HEX triplet: 54, 4C and DD. RGB value is (84,76,221). Sum of RGB (Red+Green+Blue) = 84+76+221=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #544CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CDD is #ABB322. Grayscale: #5E5E5E. Windows color (decimal): -11252515 or 14502996. OLE color: 14502996.

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

Color convert

RGB 84 76 221 -
CMYK 0.62 0.66 0 0.13
HSL 243.31º 0.68% 0.58% -
HSV(B) 243.31º 0.66% 0.87% -
XYZ 19.29 12.27 69.76 -
YUV 94.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 84 76 221 0.62 0.66 0 0.13 243.31 0.68 0.58
Hex 54 4C DD 3E 42 0 D F3 44 3A
Octal 124 114 335 76 102 0 15 363 104 72
Binary 1010100 1001100 11011101 111110 1000010 0 1101 11110011 1000100 111010

Color Harmonies of #544CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544CDD

Black with #544CDD

Text Example


Text Example

White with #544CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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