#5D4BC5

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

Shades of Slate Blue #5D4BC5

Tints of Slate Blue #5D4BC5

Color information

#5D4BC5 (or 0x5D4BC5) is unknown color: approx Slate Blue. HEX triplet: 5D, 4B and C5. RGB value is (93,75,197). Sum of RGB (Red+Green+Blue) = 93+75+197=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 197 (77.34% from 255 or 53.97% from 365); Max value from RGB is 197 - color contains mainly: blue. Hex color #5D4BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4BC5 is #A2B43A. Grayscale: #5D5D5D. Windows color (decimal): -10662971 or 12929885. OLE color: 12929885.

HSL color Cylindrical-coordinate representation of color #5D4BC5: hue angle of 248.85º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4BC5 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9375197-
CMYK0.530.6200.23
HSL248.85º51.26%53.33%-
HSV(B)248.85º61.93%77.25%-
XYZ17.1111.3954.12-
YUV94.29185.96127.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 75 (29.69% from 255) = 20.55%
BLUE value IS 197 (77.34% from 255) = 53.97%
R=25.48%
G=20.55%
B=53.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal93751970.530.6200.23248.8551.2653.33
Hex5D4BC5353E017f93335
Octal13511330565760273716365
Binary101110110010111100010111010111111001011111111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,75,197); }

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

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

 a { background-color: rgb(93,75,197); }

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

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

 span { border-color: rgb(93,75,197); }

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