Html Css Color HEX #544FDA Slate Blue

📋 copy color: '#544FDA'

red 84 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #544FDA

Tints of Slate Blue #544FDA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.73%

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 22.05%
G = 20.73%
B = 57.22%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#544FDA (or 0x544FDA) is known color: Slate Blue. HEX triplet: 54, 4F and DA. RGB value is (84,79,218). Sum of RGB (Red+Green+Blue) = 84+79+218=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #544FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544FDA is #ABB025. Grayscale: #5F5F5F. Windows color (decimal): -11251750 or 14307156. OLE color: 14307156.

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

Color convert

RGB 84 79 218 -
CMYK 0.61 0.64 0 0.15
HSL 242.16º 0.65% 0.58% -
HSV(B) 242.16º 0.64% 0.85% -
XYZ 19.11 12.54 67.74 -
YUV 96.34 196.66 119.2 -
System Red Green Blue C M Y K H S L
Decimal 84 79 218 0.61 0.64 0 0.15 242.16 0.65 0.58
Hex 54 4F DA 3D 40 0 F F2 41 3A
Octal 124 117 332 75 100 0 17 362 101 72
Binary 1010100 1001111 11011010 111101 1000000 0 1111 11110010 1000001 111010

Color Harmonies of #544FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544FDA

Black with #544FDA

Text Example


Text Example

White with #544FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,79,218); }

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

background-color css

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

 a { background-color: rgb(84,79,218); }

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

border-color css

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

 span { border-color: rgb(84,79,218); }

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