#544BCA

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

Shades of Slate Blue #544BCA

Tints of Slate Blue #544BCA

Color information

#544BCA (or 0x544BCA) is unknown color: approx Slate Blue. HEX triplet: 54, 4B and CA. RGB value is (84,75,202). Sum of RGB (Red+Green+Blue) = 84+75+202=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #544BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BCA is #ABB435. Grayscale: #5B5B5B. Windows color (decimal): -11252790 or 13257556. OLE color: 13257556.

HSL color Cylindrical-coordinate representation of color #544BCA: hue angle of 244.25º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #544BCA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8475202-
CMYK0.580.6300.21
HSL244.25º54.51%54.31%-
HSV(B)244.25º62.87%79.22%-
XYZ16.8311.1857.15-
YUV92.17189.98122.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.27%
GREEN value IS 75 (29.69% from 255) = 20.78%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=23.27%
G=20.78%
B=55.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84752020.580.6300.21244.2554.5154.31
Hex544BCA3A3F015f43736
Octal12411331272770253646766
Binary101010010010111100101011101011111101010111110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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