#5960DF

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

Shades of Slate Blue #5960DF

Tints of Slate Blue #5960DF

Color information

#5960DF (or 0x5960DF) is unknown color: approx Slate Blue. HEX triplet: 59, 60 and DF. RGB value is (89,96,223). Sum of RGB (Red+Green+Blue) = 89+96+223=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #5960DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960DF is #A69F20. Grayscale: #6B6B6B. Windows color (decimal): -10919713 or 14639193. OLE color: 14639193.

HSL color Cylindrical-coordinate representation of color #5960DF: hue angle of 236.87º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5960DF is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8996223-
CMYK0.600.5700.13
HSL236.87º67.68%61.18%-
HSV(B)236.87º60.09%87.45%-
XYZ21.6215.8271.73-
YUV108.38192.68114.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.81%
GREEN value IS 96 (37.89% from 255) = 23.53%
BLUE value IS 223 (87.5% from 255) = 54.66%
R=21.81%
G=23.53%
B=54.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal89962230.600.5700.13236.8767.6861.18
Hex5960DF3C390Ded443d
Octal131140337747101535510475
Binary101100111000001101111111110011100101101111011011000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5960DF; }

 p { color: rgb(89,96,223); }

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

<style>
 a { background-color: #5960DF; }

 a { background-color: rgb(89,96,223); }

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

<style>
 span { border-color: #5960DF; }

 span { border-color: rgb(89,96,223); }

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