Html Css Color HEX #544BDA Slate Blue

📋 copy color: '#544BDA'

red 84 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #544BDA

Tints of Slate Blue #544BDA

RGB

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

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

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

R = 22.28%
G = 19.89%
B = 57.82%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#544BDA (or 0x544BDA) is known color: Slate Blue. HEX triplet: 54, 4B and DA. RGB value is (84,75,218). Sum of RGB (Red+Green+Blue) = 84+75+218=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #544BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BDA is #ABB425. Grayscale: #5D5D5D. Windows color (decimal): -11252774 or 14306132. OLE color: 14306132.

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

Color convert

RGB 84 75 218 -
CMYK 0.61 0.66 0 0.15
HSL 243.78º 0.66% 0.57% -
HSV(B) 243.78º 0.66% 0.85% -
XYZ 18.83 11.98 67.65 -
YUV 93.99 197.98 120.87 -
System Red Green Blue C M Y K H S L
Decimal 84 75 218 0.61 0.66 0 0.15 243.78 0.66 0.57
Hex 54 4B DA 3D 42 0 F F4 42 39
Octal 124 113 332 75 102 0 17 364 102 71
Binary 1010100 1001011 11011010 111101 1000010 0 1111 11110100 1000010 111001

Color Harmonies of #544BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544BDA

Black with #544BDA

Text Example


Text Example

White with #544BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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