#5950C8

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

Shades of Slate Blue #5950C8

Tints of Slate Blue #5950C8

Color information

#5950C8 (or 0x5950C8) is unknown color: approx Slate Blue. HEX triplet: 59, 50 and C8. RGB value is (89,80,200). Sum of RGB (Red+Green+Blue) = 89+80+200=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 200 (78.52% from 255 or 54.20% from 369); Max value from RGB is 200 - color contains mainly: blue. Hex color #5950C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950C8 is #A6AF37. Grayscale: #5F5F5F. Windows color (decimal): -10923832 or 13127769. OLE color: 13127769.

HSL color Cylindrical-coordinate representation of color #5950C8: hue angle of 244.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5950C8 is Cyan = 0.56, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8980200-
CMYK0.560.600.22
HSL244.5º52.17%54.9%-
HSV(B)244.5º60%78.43%-
XYZ17.4112.0356.05-
YUV96.37186.48122.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 80 (31.64% from 255) = 21.68%
BLUE value IS 200 (78.52% from 255) = 54.20%
R=24.12%
G=21.68%
B=54.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal89802000.560.600.22244.552.1754.9
Hex5950C8383C016f43437
Octal13112031070740263646467
Binary101100110100001100100011100011110001011011110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5950C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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