#5D4CC4

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

Shades of Slate Blue #5D4CC4

Tints of Slate Blue #5D4CC4

Color information

#5D4CC4 (or 0x5D4CC4) is unknown color: approx Slate Blue. HEX triplet: 5D, 4C and C4. RGB value is (93,76,196). Sum of RGB (Red+Green+Blue) = 93+76+196=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D4CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D4CC4 is #A2B33B. Grayscale: #5E5E5E. Windows color (decimal): -10662716 or 12864605. OLE color: 12864605.

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

Color convert

RGB9376196-
CMYK0.530.6100.23
HSL248.5º50.42%53.33%-
HSV(B)248.5º61.22%76.86%-
XYZ17.0611.4853.54-
YUV94.76185.13126.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.48%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=25.48%
G=20.82%
B=53.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal93761960.530.6100.23248.550.4253.33
Hex5D4CC4353D017f83235
Octal13511430465750273706265
Binary101110110011001100010011010111110101011111111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,76,196); }

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

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

 a { background-color: rgb(93,76,196); }

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

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

 span { border-color: rgb(93,76,196); }

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