#5750D5

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

Shades of Slate Blue #5750D5

Tints of Slate Blue #5750D5

Color information

#5750D5 (or 0x5750D5) is unknown color: approx Slate Blue. HEX triplet: 57, 50 and D5. RGB value is (87,80,213). Sum of RGB (Red+Green+Blue) = 87+80+213=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 213 (83.59% from 255 or 56.05% from 380); Max value from RGB is 213 - color contains mainly: blue. Hex color #5750D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750D5 is #A8AF2A. Grayscale: #606060. Windows color (decimal): -11054891 or 13979735. OLE color: 13979735.

HSL color Cylindrical-coordinate representation of color #5750D5: hue angle of 243.16º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5750D5 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8780213-
CMYK0.590.6200.16
HSL243.16º61.29%57.45%-
HSV(B)243.16º62.44%83.53%-
XYZ18.8112.5764.39-
YUV97.25193.32120.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 80 (31.64% from 255) = 21.05%
BLUE value IS 213 (83.59% from 255) = 56.05%
R=22.89%
G=21.05%
B=56.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal87802130.590.6200.16243.1661.2957.45
Hex5750D53B3E010f33d39
Octal12712032573760203637571
Binary101011110100001101010111101111111001000011110011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5750D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5750D5; }

 p { color: rgb(87,80,213); }

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

<style>
 a { background-color: #5750D5; }

 a { background-color: rgb(87,80,213); }

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

<style>
 span { border-color: #5750D5; }

 span { border-color: rgb(87,80,213); }

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