Html Css Color HEX #544CDB Slate Blue

📋 copy color: '#544CDB'

red 84 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #544CDB

Tints of Slate Blue #544CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 22.16%
G = 20.05%
B = 57.78%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#544CDB (or 0x544CDB) is known color: Slate Blue. HEX triplet: 54, 4C and DB. RGB value is (84,76,219). Sum of RGB (Red+Green+Blue) = 84+76+219=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #544CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544CDB is #ABB324. Grayscale: #5E5E5E. Windows color (decimal): -11252517 or 14371924. OLE color: 14371924.

HSL color Cylindrical-coordinate representation of color #544CDB: hue angle of 243.36º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #544CDB is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 76 219 -
CMYK 0.62 0.65 0 0.14
HSL 243.36º 0.67% 0.58% -
HSV(B) 243.36º 0.65% 0.86% -
XYZ 19.03 12.17 68.36 -
YUV 94.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 84 76 219 0.62 0.65 0 0.14 243.36 0.67 0.58
Hex 54 4C DB 3E 41 0 E F3 43 3A
Octal 124 114 333 76 101 0 16 363 103 72
Binary 1010100 1001100 11011011 111110 1000001 0 1110 11110011 1000011 111010

Color Harmonies of #544CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544CDB

Black with #544CDB

Text Example


Text Example

White with #544CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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