#5447CD

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

Shades of Slate Blue #5447CD

Tints of Slate Blue #5447CD

Color information

#5447CD (or 0x5447CD) is unknown color: approx Slate Blue. HEX triplet: 54, 47 and CD. RGB value is (84,71,205). Sum of RGB (Red+Green+Blue) = 84+71+205=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #5447CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5447CD is #ABB832. Grayscale: #595959. Windows color (decimal): -11253811 or 13453140. OLE color: 13453140.

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

Color convert

RGB8471205-
CMYK0.590.6500.20
HSL245.82º57.26%54.12%-
HSV(B)245.82º65.37%80.39%-
XYZ16.9310.858.95-
YUV90.16192.81123.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 205 (80.47% from 255) = 56.94%
R=23.33%
G=19.72%
B=56.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84712050.590.6500.20245.8257.2654.12
Hex5447CD3B41014f63936
Octal124107315731010243667166
Binary1010100100011111001101111011100000101010011110110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5447CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5447CD; }

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

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

<style>
 a { background-color: #5447CD; }

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

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

<style>
 span { border-color: #5447CD; }

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

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