Html Css Color HEX #544BD8 Slate Blue

📋 copy color: '#544BD8'

red 84 ◦ green 75 ◦ blue 216

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

Shades of Slate Blue #544BD8

Tints of Slate Blue #544BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.6%

R = 22.4%
G = 20%
B = 57.6%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#544BD8 (or 0x544BD8) is known color: Slate Blue. HEX triplet: 54, 4B and D8. RGB value is (84,75,216). Sum of RGB (Red+Green+Blue) = 84+75+216=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #544BD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BD8 is #ABB427. Grayscale: #5D5D5D. Windows color (decimal): -11252776 or 14175060. OLE color: 14175060.

HSL color Cylindrical-coordinate representation of color #544BD8: hue angle of 243.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #544BD8 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 75 216 -
CMYK 0.61 0.65 0 0.15
HSL 243.83º 0.64% 0.57% -
HSV(B) 243.83º 0.65% 0.85% -
XYZ 18.57 11.87 66.28 -
YUV 93.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 84 75 216 0.61 0.65 0 0.15 243.83 0.64 0.57
Hex 54 4B D8 3D 41 0 F F4 40 39
Octal 124 113 330 75 101 0 17 364 100 71
Binary 1010100 1001011 11011000 111101 1000001 0 1111 11110100 1000000 111001

Color Harmonies of #544BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544BD8

Black with #544BD8

Text Example


Text Example

White with #544BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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