#5D4DBF

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

Shades of Slate Blue #5D4DBF

Tints of Slate Blue #5D4DBF

Color information

#5D4DBF (or 0x5D4DBF) is unknown color: approx Slate Blue. HEX triplet: 5D, 4D and BF. RGB value is (93,77,191). Sum of RGB (Red+Green+Blue) = 93+77+191=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D4DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4DBF is #A2B240. Grayscale: #5E5E5E. Windows color (decimal): -10662465 or 12537181. OLE color: 12537181.

HSL color Cylindrical-coordinate representation of color #5D4DBF: hue angle of 248.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D4DBF is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9377191-
CMYK0.510.6000.25
HSL248.42º47.11%52.55%-
HSV(B)248.42º59.69%74.9%-
XYZ16.5711.450.62-
YUV94.78182.3126.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 191 (75% from 255) = 52.91%
R=25.76%
G=21.33%
B=52.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93771910.510.6000.25248.4247.1152.55
Hex5D4DBF333C019f82f35
Octal13511527763740313705765
Binary101110110011011011111111001111110001100111111000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D4DBF; }

 p { color: rgb(93,77,191); }

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

<style>
 a { background-color: #5D4DBF; }

 a { background-color: rgb(93,77,191); }

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

<style>
 span { border-color: #5D4DBF; }

 span { border-color: rgb(93,77,191); }

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