#5950C1

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

Shades of Slate Blue #5950C1

Tints of Slate Blue #5950C1

Color information

#5950C1 (or 0x5950C1) is unknown color: approx Slate Blue. HEX triplet: 59, 50 and C1. RGB value is (89,80,193). Sum of RGB (Red+Green+Blue) = 89+80+193=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #5950C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950C1 is #A6AF3E. Grayscale: #5F5F5F. Windows color (decimal): -10923839 or 12669017. OLE color: 12669017.

HSL color Cylindrical-coordinate representation of color #5950C1: hue angle of 244.78º degrees, saturation: 0.48, 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 #5950C1 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8980193-
CMYK0.540.5900.24
HSL244.78º47.68%53.53%-
HSV(B)244.78º58.55%75.69%-
XYZ16.6111.7151.84-
YUV95.57182.98123.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 193 (75.78% from 255) = 53.31%
R=24.59%
G=22.10%
B=53.31%

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
Decimal89801930.540.5900.24244.7847.6853.53
Hex5950C1363B018f53036
Octal13112030166730303656066
Binary101100110100001100000111011011101101100011110101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5950C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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