#5452DD

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

Shades of Slate Blue #5452DD

Tints of Slate Blue #5452DD

Color information

#5452DD (or 0x5452DD) is unknown color: approx Slate Blue. HEX triplet: 54, 52 and DD. RGB value is (84,82,221). Sum of RGB (Red+Green+Blue) = 84+82+221=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #5452DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5452DD is #ABAD22. Grayscale: #616161. Windows color (decimal): -11250979 or 14504532. OLE color: 14504532.

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

Color convert

RGB8482221-
CMYK0.620.6300.13
HSL240.86º67.15%59.41%-
HSV(B)240.86º62.9%86.67%-
XYZ19.7213.1469.9-
YUV98.44197.16117.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 221 (86.72% from 255) = 57.11%
R=21.71%
G=21.19%
B=57.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal84822210.620.6300.13240.8667.1559.41
Hex5452DD3E3F0Df1433b
Octal124122335767701536110373
Binary101010010100101101110111111011111101101111100011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5452DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5452DD; }

 p { color: rgb(84,82,221); }

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

<style>
 a { background-color: #5452DD; }

 a { background-color: rgb(84,82,221); }

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

<style>
 span { border-color: #5452DD; }

 span { border-color: rgb(84,82,221); }

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