#5754D0

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

Shades of Slate Blue #5754D0

Tints of Slate Blue #5754D0

Color information

#5754D0 (or 0x5754D0) is unknown color: approx Slate Blue. HEX triplet: 57, 54 and D0. RGB value is (87,84,208). Sum of RGB (Red+Green+Blue) = 87+84+208=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #5754D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754D0 is #A8AB2F. Grayscale: #626262. Windows color (decimal): -11053872 or 13653079. OLE color: 13653079.

HSL color Cylindrical-coordinate representation of color #5754D0: hue angle of 241.45º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5754D0 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8784208-
CMYK0.580.6000.18
HSL241.45º56.88%57.25%-
HSV(B)241.45º59.62%81.57%-
XYZ18.4912.9261.19-
YUV99.03189.49119.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 208 (81.64% from 255) = 54.88%
R=22.96%
G=22.16%
B=54.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal87842080.580.6000.18241.4556.8857.25
Hex5754D03A3C012f13939
Octal12712432072740223617171
Binary101011110101001101000011101011110001001011110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5754D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5754D0; }

 p { color: rgb(87,84,208); }

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

<style>
 a { background-color: #5754D0; }

 a { background-color: rgb(87,84,208); }

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

<style>
 span { border-color: #5754D0; }

 span { border-color: rgb(87,84,208); }

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