#5950C3

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

Shades of Slate Blue #5950C3

Tints of Slate Blue #5950C3

Color information

#5950C3 (or 0x5950C3) is unknown color: approx Slate Blue. HEX triplet: 59, 50 and C3. RGB value is (89,80,195). Sum of RGB (Red+Green+Blue) = 89+80+195=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 195 (76.56% from 255 or 53.57% from 364); Max value from RGB is 195 - color contains mainly: blue. Hex color #5950C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950C3 is #A6AF3C. Grayscale: #5F5F5F. Windows color (decimal): -10923837 or 12800089. OLE color: 12800089.

HSL color Cylindrical-coordinate representation of color #5950C3: hue angle of 244.7º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5950C3 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8980195-
CMYK0.540.5900.24
HSL244.7º48.94%53.92%-
HSV(B)244.7º58.97%76.47%-
XYZ16.8411.853.02-
YUV95.8183.98123.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 195 (76.56% from 255) = 53.57%
R=24.45%
G=21.98%
B=53.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal89801950.540.5900.24244.748.9453.92
Hex5950C3363B018f53136
Octal13112030366730303656166
Binary101100110100001100001111011011101101100011110101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5950C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5950C3; }

 p { color: rgb(89,80,195); }

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

<style>
 a { background-color: #5950C3; }

 a { background-color: rgb(89,80,195); }

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

<style>
 span { border-color: #5950C3; }

 span { border-color: rgb(89,80,195); }

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