Html Css Color HEX #544BDB Slate Blue

📋 copy color: '#544BDB'

red 84 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #544BDB

Tints of Slate Blue #544BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

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

R = 22.22%
G = 19.84%
B = 57.94%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#544BDB (or 0x544BDB) is known color: Slate Blue. HEX triplet: 54, 4B and DB. RGB value is (84,75,219). Sum of RGB (Red+Green+Blue) = 84+75+219=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #544BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BDB is #ABB424. Grayscale: #5D5D5D. Windows color (decimal): -11252773 or 14371668. OLE color: 14371668.

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

Color convert

RGB 84 75 219 -
CMYK 0.62 0.66 0 0.14
HSL 243.75º 0.67% 0.58% -
HSV(B) 243.75º 0.66% 0.86% -
XYZ 18.96 12.03 68.34 -
YUV 94.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 84 75 219 0.62 0.66 0 0.14 243.75 0.67 0.58
Hex 54 4B DB 3E 42 0 E F4 43 3A
Octal 124 113 333 76 102 0 16 364 103 72
Binary 1010100 1001011 11011011 111110 1000010 0 1110 11110100 1000011 111010

Color Harmonies of #544BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544BDB

Black with #544BDB

Text Example


Text Example

White with #544BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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