#5451DC

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

Shades of Slate Blue #5451DC

Tints of Slate Blue #5451DC

Color information

#5451DC (or 0x5451DC) is unknown color: approx Slate Blue. HEX triplet: 54, 51 and DC. RGB value is (84,81,220). Sum of RGB (Red+Green+Blue) = 84+81+220=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #5451DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451DC is #ABAE23. Grayscale: #616161. Windows color (decimal): -11251236 or 14438740. OLE color: 14438740.

HSL color Cylindrical-coordinate representation of color #5451DC: hue angle of 241.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5451DC is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8481220-
CMYK0.620.6300.14
HSL241.29º66.51%59.02%-
HSV(B)241.29º63.18%86.27%-
XYZ19.5212.9469.18-
YUV97.74196.99118.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 81 (32.03% from 255) = 21.04%
BLUE value IS 220 (86.33% from 255) = 57.14%
R=21.82%
G=21.04%
B=57.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal84812200.620.6300.14241.2966.5159.02
Hex5451DC3E3F0Ef1433b
Octal124121334767701636110373
Binary101010010100011101110011111011111101110111100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5451DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5451DC; }

 p { color: rgb(84,81,220); }

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

<style>
 a { background-color: #5451DC; }

 a { background-color: rgb(84,81,220); }

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

<style>
 span { border-color: #5451DC; }

 span { border-color: rgb(84,81,220); }

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