#5950CA

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

Shades of Slate Blue #5950CA

Tints of Slate Blue #5950CA

Color information

#5950CA (or 0x5950CA) is unknown color: approx Slate Blue. HEX triplet: 59, 50 and CA. RGB value is (89,80,202). Sum of RGB (Red+Green+Blue) = 89+80+202=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #5950CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5950CA is #A6AF35. Grayscale: #606060. Windows color (decimal): -10923830 or 13258841. OLE color: 13258841.

HSL color Cylindrical-coordinate representation of color #5950CA: hue angle of 244.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5950CA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8980202-
CMYK0.560.6000.21
HSL244.43º53.51%55.29%-
HSV(B)244.43º60.4%79.22%-
XYZ17.6512.1357.29-
YUV96.6187.48122.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=23.99%
G=21.56%
B=54.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal89802020.560.6000.21244.4353.5155.29
Hex5950CA383C015f43637
Octal13112031270740253646667
Binary101100110100001100101011100011110001010111110100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5950CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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