#5455D3

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

Shades of Slate Blue #5455D3

Tints of Slate Blue #5455D3

Color information

#5455D3 (or 0x5455D3) is unknown color: approx Slate Blue. HEX triplet: 54, 55 and D3. RGB value is (84,85,211). Sum of RGB (Red+Green+Blue) = 84+85+211=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #5455D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5455D3 is #ABAA2C. Grayscale: #626262. Windows color (decimal): -11250221 or 13849940. OLE color: 13849940.

HSL color Cylindrical-coordinate representation of color #5455D3: hue angle of 239.53º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5455D3 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8485211-
CMYK0.600.6000.17
HSL239.53º59.07%57.84%-
HSV(B)239.53º60.19%82.75%-
XYZ18.6613.0863.17-
YUV99.06191.17117.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 211 (82.81% from 255) = 55.53%
R=22.11%
G=22.37%
B=55.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal84852110.600.6000.17239.5359.0757.84
Hex5455D33C3C011f03b3a
Octal12412532374740213607372
Binary101010010101011101001111110011110001000111110000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5455D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5455D3; }

 p { color: rgb(84,85,211); }

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

<style>
 a { background-color: #5455D3; }

 a { background-color: rgb(84,85,211); }

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

<style>
 span { border-color: #5455D3; }

 span { border-color: rgb(84,85,211); }

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