#544BCD

Color #544BCD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #544BCD

Tints of Slate Blue #544BCD

Color information

#544BCD (or 0x544BCD) is unknown color: approx Slate Blue. HEX triplet: 54, 4B and CD. RGB value is (84,75,205). Sum of RGB (Red+Green+Blue) = 84+75+205=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #544BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BCD is #ABB432. Grayscale: #5C5C5C. Windows color (decimal): -11252787 or 13454164. OLE color: 13454164.

HSL color Cylindrical-coordinate representation of color #544BCD: hue angle of 244.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544BCD is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8475205-
CMYK0.590.6300.20
HSL244.15º56.52%54.9%-
HSV(B)244.15º63.41%80.39%-
XYZ17.1911.3259.04-
YUV92.51191.48121.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 75 (29.69% from 255) = 20.60%
BLUE value IS 205 (80.47% from 255) = 56.32%
R=23.08%
G=20.60%
B=56.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84752050.590.6300.20244.1556.5254.9
Hex544BCD3B3F014f43937
Octal12411331573770243647167
Binary101010010010111100110111101111111101010011110100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #544BCD;
 }
 .AnyTagClassName
 {
   color: #544BCD;
 }
</style>
background-color css

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

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

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

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

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

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