Html Css Color HEX #544BDF Slate Blue

📋 copy color: '#544BDF'

red 84 ◦ green 75 ◦ blue 223

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

Shades of Slate Blue #544BDF

Tints of Slate Blue #544BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.38%

R = 21.99%
G = 19.63%
B = 58.38%

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

#544BDF (or 0x544BDF) is known color: Slate Blue. HEX triplet: 54, 4B and DF. RGB value is (84,75,223). Sum of RGB (Red+Green+Blue) = 84+75+223=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #544BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BDF is #ABB420. Grayscale: #5D5D5D. Windows color (decimal): -11252769 or 14633812. OLE color: 14633812.

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

Color convert

RGB 84 75 223 -
CMYK 0.62 0.66 0 0.13
HSL 243.65º 0.7% 0.58% -
HSV(B) 243.65º 0.66% 0.87% -
XYZ 19.49 12.24 71.15 -
YUV 94.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 84 75 223 0.62 0.66 0 0.13 243.65 0.7 0.58
Hex 54 4B DF 3E 42 0 D F4 46 3A
Octal 124 113 337 76 102 0 15 364 106 72
Binary 1010100 1001011 11011111 111110 1000010 0 1101 11110100 1000110 111010

Color Harmonies of #544BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544BDF

Black with #544BDF

Text Example


Text Example

White with #544BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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